#622005

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

Shades of Baker's Chocolate #622005

Tints of Baker's Chocolate #622005

Color information

#622005 (or 0x622005) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 20 and 05. RGB value is (98,32,5). Sum of RGB (Red+Green+Blue) = 98+32+5=135 (17% of max value = 765). Red value is 98 (38.67% from 255 or 72.59% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 98 - color contains mainly: red. Hex color #622005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622005 is #9DDFFA. Grayscale: #303030. Windows color (decimal): -10346491 or 335970. OLE color: 335970.

HSL color Cylindrical-coordinate representation of color #622005: hue angle of 17.42º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #622005 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB98325-
CMYK00.670.950.62
HSL17.42º90.29%20.2%-
HSV(B)17.42º94.9%38.43%-
XYZ5.583.640.55-
YUV48.66103.37163.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 72.59%
GREEN value IS 32 (12.89% from 255) = 23.70%
BLUE value IS 5 (2.34% from 255) = 3.70%
R=72.59%
G=23.70%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9832500.670.950.6217.4290.2920.2
Hex622050435F3E115a14
Octal1424050103137762113224
Binary110001010000010101000011101111111111010001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622005; }

 p { color: rgb(98,32,5); }

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

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

 a { background-color: rgb(98,32,5); }

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

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

 span { border-color: rgb(98,32,5); }

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