#682200

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

Shades of Baker's Chocolate #682200

Tints of Baker's Chocolate #682200

Color information

#682200 (or 0x682200) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 22 and 00. RGB value is (104,34,0). Sum of RGB (Red+Green+Blue) = 104+34+0=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #682200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682200 is #97DDFF. Grayscale: #333333. Windows color (decimal): -9952768 or 8808. OLE color: 8808.

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

Color convert

RGB104340-
CMYK00.6710.59
HSL19.62º100%20.39%-
HSV(B)19.62º100%40.78%-
XYZ6.284.090.46-
YUV51.0599.19165.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 75.36%
GREEN value IS 34 (13.67% from 255) = 24.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.36%
G=24.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10434000.6710.5919.6210020.39
Hex68220043643B146414
Octal1504200103144732414424
Binary1101000100010001000011110010011101110100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682200; }

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

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

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

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

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

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

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

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