#682F05

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

Shades of Baker's Chocolate #682F05

Tints of Baker's Chocolate #682F05

Color information

#682F05 (or 0x682F05) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2F and 05. RGB value is (104,47,5). Sum of RGB (Red+Green+Blue) = 104+47+5=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #682F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682F05 is #97D0FA. Grayscale: #3B3B3B. Windows color (decimal): -9949435 or 339816. OLE color: 339816.

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

Color convert

RGB104475-
CMYK00.550.950.59
HSL25.45º90.83%21.37%-
HSV(B)25.45º95.19%40.78%-
XYZ6.754.990.75-
YUV59.2697.38159.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.67%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 5 (2.34% from 255) = 3.21%
R=66.67%
G=30.13%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10447500.550.950.5925.4590.8321.37
Hex682F50375F3B195b15
Octal150575067137733113325
Binary11010001011111010110111101111111101111001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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