#682A0B

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

Shades of Baker's Chocolate #682A0B

Tints of Baker's Chocolate #682A0B

Color information

#682A0B (or 0x682A0B) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2A and 0B. RGB value is (104,42,11). Sum of RGB (Red+Green+Blue) = 104+42+11=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #682A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682A0B is #97D5F4. Grayscale: #393939. Windows color (decimal): -9950709 or 731752. OLE color: 731752.

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

Color convert

RGB1044211-
CMYK00.600.890.59
HSL20º80.87%22.55%-
HSV(B)20º89.42%40.78%-
XYZ6.64.620.86-
YUV57102.04161.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.24%
GREEN value IS 42 (16.80% from 255) = 26.75%
BLUE value IS 11 (4.69% from 255) = 7.01%
R=66.24%
G=26.75%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104421100.600.890.592080.8722.55
Hex682AB03C593B145117
Octal1505213074131732412127
Binary110100010101010110111100101100111101110100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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