#682E08

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

Shades of Baker's Chocolate #682E08

Tints of Baker's Chocolate #682E08

Color information

#682E08 (or 0x682E08) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2E and 08. RGB value is (104,46,8). Sum of RGB (Red+Green+Blue) = 104+46+8=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #682E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682E08 is #97D1F7. Grayscale: #3B3B3B. Windows color (decimal): -9949688 or 536168. OLE color: 536168.

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

Color convert

RGB104468-
CMYK00.560.920.59
HSL23.75º85.71%21.96%-
HSV(B)23.75º92.31%40.78%-
XYZ6.734.910.82-
YUV59.0199.22160.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.82%
GREEN value IS 46 (18.36% from 255) = 29.11%
BLUE value IS 8 (3.52% from 255) = 5.06%
R=65.82%
G=29.11%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10446800.560.920.5923.7585.7121.96
Hex682E80385C3B185616
Octal1505610070134733012626
Binary110100010111010000111000101110011101111000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,46,8); }

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

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

 a { background-color: rgb(104,46,8); }

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

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

 span { border-color: rgb(104,46,8); }

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