#682912

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

Shades of Baker's Chocolate #682912

Tints of Baker's Chocolate #682912

Color information

#682912 (or 0x682912) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 29 and 12. RGB value is (104,41,18). Sum of RGB (Red+Green+Blue) = 104+41+18=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #682912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682912 is #97D6ED. Grayscale: #393939. Windows color (decimal): -9950958 or 1190248. OLE color: 1190248.

HSL color Cylindrical-coordinate representation of color #682912: hue angle of 16.05º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #682912 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB1044118-
CMYK00.610.830.59
HSL16.05º70.49%23.92%-
HSV(B)16.05º82.69%40.78%-
XYZ6.614.571.11-
YUV57.22105.87161.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.80%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=63.80%
G=25.15%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104411800.610.830.5916.0570.4923.92
Hex68291203D533B104618
Octal1505122075123732010630
Binary1101000101001100100111101101001111101110000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682912; }

 p { color: rgb(104,41,18); }

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

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

 a { background-color: rgb(104,41,18); }

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

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

 span { border-color: rgb(104,41,18); }

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