#682811

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

Shades of Baker's Chocolate #682811

Tints of Baker's Chocolate #682811

Color information

#682811 (or 0x682811) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 28 and 11. RGB value is (104,40,17). Sum of RGB (Red+Green+Blue) = 104+40+17=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #682811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682811 is #97D7EE. Grayscale: #383838. Windows color (decimal): -9951215 or 1124456. OLE color: 1124456.

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

Color convert

RGB1044017-
CMYK00.620.840.59
HSL15.86º71.9%23.73%-
HSV(B)15.86º83.65%40.78%-
XYZ6.574.51.05-
YUV56.51105.7161.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.60%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 17 (7.03% from 255) = 10.56%
R=64.60%
G=24.84%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104401700.620.840.5915.8671.923.73
Hex68281103E543B104818
Octal1505021076124732011030
Binary1101000101000100010111110101010011101110000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682811; }

 p { color: rgb(104,40,17); }

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

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

 a { background-color: rgb(104,40,17); }

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

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

 span { border-color: rgb(104,40,17); }

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