#682805

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

Shades of Baker's Chocolate #682805

Tints of Baker's Chocolate #682805

Color information

#682805 (or 0x682805) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 28 and 05. RGB value is (104,40,5). Sum of RGB (Red+Green+Blue) = 104+40+5=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #682805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682805 is #97D7FA. Grayscale: #373737. Windows color (decimal): -9951227 or 338024. OLE color: 338024.

HSL color Cylindrical-coordinate representation of color #682805: hue angle of 21.21º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #682805 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB104405-
CMYK00.620.950.59
HSL21.21º90.83%21.37%-
HSV(B)21.21º95.19%40.78%-
XYZ6.54.470.66-
YUV55.1599.7162.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 69.80%
GREEN value IS 40 (16.02% from 255) = 26.85%
BLUE value IS 5 (2.34% from 255) = 3.36%
R=69.80%
G=26.85%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10440500.620.950.5921.2190.8321.37
Hex6828503E5F3B155b15
Octal150505076137732513325
Binary11010001010001010111110101111111101110101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682805; }

 p { color: rgb(104,40,5); }

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

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

 a { background-color: rgb(104,40,5); }

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

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

 span { border-color: rgb(104,40,5); }

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