#602622

Color #602622 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #602622

Tints of Caput Mortuum #602622

Color information

#602622 (or 0x602622) is unknown color: approx Caput Mortuum. HEX triplet: 60, 26 and 22. RGB value is (96,38,34). Sum of RGB (Red+Green+Blue) = 96+38+34=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #602622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602622 is #9FD9DD. Grayscale: #363636. Windows color (decimal): -10475998 or 2238048. OLE color: 2238048.

HSL color Cylindrical-coordinate representation of color #602622: hue angle of 3.87º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #602622 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB963834-
CMYK00.600.650.62
HSL3.87º47.69%25.49%-
HSV(B)3.87º64.58%37.65%-
XYZ5.813.991.98-
YUV54.89116.22157.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.14%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 34 (13.67% from 255) = 20.24%
R=57.14%
G=22.62%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96383400.600.650.623.8747.6925.49
Hex60262203C413E43019
Octal14046420741017646031
Binary11000001001101000100111100100000111111010011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602622; }

 p { color: rgb(96,38,34); }

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

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

 a { background-color: rgb(96,38,34); }

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

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

 span { border-color: rgb(96,38,34); }

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