#682C0A

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

Shades of Baker's Chocolate #682C0A

Tints of Baker's Chocolate #682C0A

Color information

#682C0A (or 0x682C0A) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2C and 0A. RGB value is (104,44,10). Sum of RGB (Red+Green+Blue) = 104+44+10=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #682C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682C0A is #97D3F5. Grayscale: #3A3A3A. Windows color (decimal): -9950198 or 666728. OLE color: 666728.

HSL color Cylindrical-coordinate representation of color #682C0A: hue angle of 21.7º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #682C0A is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1044410-
CMYK00.580.900.59
HSL21.7º82.46%22.35%-
HSV(B)21.7º90.38%40.78%-
XYZ6.664.770.86-
YUV58.06100.88160.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.82%
GREEN value IS 44 (17.58% from 255) = 27.85%
BLUE value IS 10 (4.30% from 255) = 6.33%
R=65.82%
G=27.85%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104441000.580.900.5921.782.4622.35
Hex682CA03A5A3B165216
Octal1505412072132732612226
Binary110100010110010100111010101101011101110110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,44,10); }

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

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

 a { background-color: rgb(104,44,10); }

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

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

 span { border-color: rgb(104,44,10); }

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