#682A00

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

Shades of Baker's Chocolate #682A00

Tints of Baker's Chocolate #682A00

Color information

#682A00 (or 0x682A00) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2A and 00. RGB value is (104,42,0). Sum of RGB (Red+Green+Blue) = 104+42+0=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #682A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682A00 is #97D5FF. Grayscale: #373737. Windows color (decimal): -9950720 or 10856. OLE color: 10856.

HSL color Cylindrical-coordinate representation of color #682A00: hue angle of 24.23º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #682A00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB104420-
CMYK00.6010.59
HSL24.23º100%20.39%-
HSV(B)24.23º100%40.78%-
XYZ6.544.60.54-
YUV55.7596.54162.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.23%
GREEN value IS 42 (16.80% from 255) = 28.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.23%
G=28.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10442000.6010.5924.2310020.39
Hex682A003C643B186414
Octal150520074144733014424
Binary110100010101000111100110010011101111000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,42,0); }

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

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

 a { background-color: rgb(104,42,0); }

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

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

 span { border-color: rgb(104,42,0); }

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