#682F13

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

Shades of Baker's Chocolate #682F13

Tints of Baker's Chocolate #682F13

Color information

#682F13 (or 0x682F13) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2F and 13. RGB value is (104,47,19). Sum of RGB (Red+Green+Blue) = 104+47+19=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #682F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682F13 is #97D0EC. Grayscale: #3D3D3D. Windows color (decimal): -9949421 or 1257320. OLE color: 1257320.

HSL color Cylindrical-coordinate representation of color #682F13: hue angle of 19.76º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #682F13 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1044719-
CMYK00.550.820.59
HSL19.76º69.11%24.12%-
HSV(B)19.76º81.73%40.78%-
XYZ6.845.021.22-
YUV60.85104.38158.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.18%
GREEN value IS 47 (18.75% from 255) = 27.65%
BLUE value IS 19 (7.81% from 255) = 11.18%
R=61.18%
G=27.65%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104471900.550.820.5919.7669.1124.12
Hex682F13037523B144518
Octal1505723067122732410530
Binary1101000101111100110110111101001011101110100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,47,19); }

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

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

 a { background-color: rgb(104,47,19); }

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

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

 span { border-color: rgb(104,47,19); }

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