#682000

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

Shades of Baker's Chocolate #682000

Tints of Baker's Chocolate #682000

Color information

#682000 (or 0x682000) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 20 and 00. RGB value is (104,32,0). Sum of RGB (Red+Green+Blue) = 104+32+0=136 (18% of max value = 765). Red value is 104 (41.02% from 255 or 76.47% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 104 - color contains mainly: red. Hex color #682000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682000 is #97DFFF. Grayscale: #323232. Windows color (decimal): -9953280 or 8296. OLE color: 8296.

HSL color Cylindrical-coordinate representation of color #682000: hue angle of 18.46º 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 #682000 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB104320-
CMYK00.6910.59
HSL18.46º100%20.39%-
HSV(B)18.46º100%40.78%-
XYZ6.233.980.44-
YUV49.8899.85166.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 76.47%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.47%
G=23.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10432000.6910.5918.4610020.39
Hex68200045643B126414
Octal1504000105144732214424
Binary1101000100000001000101110010011101110010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682000; }

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

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

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

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

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

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

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

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