#622002

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

Shades of Baker's Chocolate #622002

Tints of Baker's Chocolate #622002

Color information

#622002 (or 0x622002) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 20 and 02. RGB value is (98,32,2). Sum of RGB (Red+Green+Blue) = 98+32+2=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #622002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622002 is #9DDFFD. Grayscale: #303030. Windows color (decimal): -10346494 or 139362. OLE color: 139362.

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

Color convert

RGB98322-
CMYK00.670.980.62
HSL18.75º96%19.61%-
HSV(B)18.75º97.96%38.43%-
XYZ5.563.630.47-
YUV48.31101.87163.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 74.24%
GREEN value IS 32 (12.89% from 255) = 24.24%
BLUE value IS 2 (1.17% from 255) = 1.52%
R=74.24%
G=24.24%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9832200.670.980.6218.759619.61
Hex62202043623E136014
Octal1424020103142762314024
Binary11000101000001001000011110001011111010011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622002; }

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

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

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

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

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

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

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

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