#682F14

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

Shades of Baker's Chocolate #682F14

Tints of Baker's Chocolate #682F14

Color information

#682F14 (or 0x682F14) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2F and 14. RGB value is (104,47,20). Sum of RGB (Red+Green+Blue) = 104+47+20=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #682F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682F14 is #97D0EB. Grayscale: #3D3D3D. Windows color (decimal): -9949420 or 1322856. OLE color: 1322856.

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

Color convert

RGB1044720-
CMYK00.550.810.59
HSL19.29º67.74%24.31%-
HSV(B)19.29º80.77%40.78%-
XYZ6.855.031.27-
YUV60.96104.88158.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.82%
GREEN value IS 47 (18.75% from 255) = 27.49%
BLUE value IS 20 (8.20% from 255) = 11.70%
R=60.82%
G=27.49%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104472000.550.810.5919.2967.7424.31
Hex682F14037513B134418
Octal1505724067121732310430
Binary1101000101111101000110111101000111101110011100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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