#682F03

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

Shades of Baker's Chocolate #682F03

Tints of Baker's Chocolate #682F03

Color information

#682F03 (or 0x682F03) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2F and 03. RGB value is (104,47,3). Sum of RGB (Red+Green+Blue) = 104+47+3=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #682F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682F03 is #97D0FC. Grayscale: #3B3B3B. Windows color (decimal): -9949437 or 208744. OLE color: 208744.

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

Color convert

RGB104473-
CMYK00.550.970.59
HSL26.14º94.39%20.98%-
HSV(B)26.14º97.12%40.78%-
XYZ6.744.980.69-
YUV59.0396.38160.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.53%
GREEN value IS 47 (18.75% from 255) = 30.52%
BLUE value IS 3 (1.56% from 255) = 1.95%
R=67.53%
G=30.52%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10447300.550.970.5926.1494.3920.98
Hex682F3037613B1a5e15
Octal150573067141733213625
Binary1101000101111110110111110000111101111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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