#682A0F

Color #682A0F Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #682A0F

Tints of Baker's Chocolate #682A0F

Color information

#682A0F (or 0x682A0F) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2A and 0F. RGB value is (104,42,15). Sum of RGB (Red+Green+Blue) = 104+42+15=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #682A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682A0F is #97D5F0. Grayscale: #393939. Windows color (decimal): -9950705 or 993896. OLE color: 993896.

HSL color Cylindrical-coordinate representation of color #682A0F: hue angle of 18.2º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #682A0F is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB1044215-
CMYK00.600.860.59
HSL18.2º74.79%23.33%-
HSV(B)18.2º85.58%40.78%-
XYZ6.624.631-
YUV57.46104.04161.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 64.60%
GREEN value IS 42 (16.80% from 255) = 26.09%
BLUE value IS 15 (6.25% from 255) = 9.32%
R=64.60%
G=26.09%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104421500.600.860.5918.274.7923.33
Hex682AF03C563B124b17
Octal1505217074126732211327
Binary110100010101011110111100101011011101110010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682A0F; }

 p { color: rgb(104,42,15); }

 H1.HeaderClassName
 {
   color: #682A0F;
 }
 .AnyTagClassName
 {
   color: #682A0F;
 }
</style>
background-color css

<style>
 a { background-color: #682A0F; }

 a { background-color: rgb(104,42,15); }

 div.DivClassName
 {
   background-color: #682A0F;
 }
 .BgClassName
 {
   background-color: #682A0F;
 }
</style>
border-color css

<style>
 span { border-color: #682A0F; }

 span { border-color: rgb(104,42,15); }

 td.TdClassName
 {
   border-color: #682A0F;
 }
 .TagClassName
 {
   border-color: #682A0F;
 }
</style>