#622409

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

Shades of Baker's Chocolate #622409

Tints of Baker's Chocolate #622409

Color information

#622409 (or 0x622409) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 24 and 09. RGB value is (98,36,9). Sum of RGB (Red+Green+Blue) = 98+36+9=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #622409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622409 is #9DDBF6. Grayscale: #333333. Windows color (decimal): -10345463 or 599138. OLE color: 599138.

HSL color Cylindrical-coordinate representation of color #622409: hue angle of 18.2º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #622409 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB98369-
CMYK00.630.910.62
HSL18.2º83.18%20.98%-
HSV(B)18.2º90.82%38.43%-
XYZ5.723.880.71-
YUV51.46104.04161.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.53%
GREEN value IS 36 (14.45% from 255) = 25.17%
BLUE value IS 9 (3.91% from 255) = 6.29%
R=68.53%
G=25.17%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9836900.630.910.6218.283.1820.98
Hex6224903F5B3E125315
Octal1424411077133762212325
Binary110001010010010010111111101101111111010010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622409; }

 p { color: rgb(98,36,9); }

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

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

 a { background-color: rgb(98,36,9); }

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

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

 span { border-color: rgb(98,36,9); }

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