#682D0F

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

Shades of Baker's Chocolate #682D0F

Tints of Baker's Chocolate #682D0F

Color information

#682D0F (or 0x682D0F) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2D and 0F. RGB value is (104,45,15). Sum of RGB (Red+Green+Blue) = 104+45+15=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #682D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682D0F is #97D2F0. Grayscale: #3B3B3B. Windows color (decimal): -9949937 or 994664. OLE color: 994664.

HSL color Cylindrical-coordinate representation of color #682D0F: hue angle of 20.22º 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 #682D0F is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB1044515-
CMYK00.570.860.59
HSL20.22º74.79%23.33%-
HSV(B)20.22º85.58%40.78%-
XYZ6.734.851.03-
YUV59.22103.05159.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.41%
GREEN value IS 45 (17.97% from 255) = 27.44%
BLUE value IS 15 (6.25% from 255) = 9.15%
R=63.41%
G=27.44%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104451500.570.860.5920.2274.7923.33
Hex682DF039563B144b17
Octal1505517071126732411327
Binary110100010110111110111001101011011101110100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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