Html Css Color HEX #602311 Caput Mortuum

📋 copy color: '#602311'

red 96 ◦ green 35 ◦ blue 17

#602311
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #602311

Tints of Caput Mortuum #602311

RGB

 RED value IS 96 (37.89% from 255) = 64.86%

 GREEN value IS 35 (14.06% from 255) = 23.65%

 BLUE value IS 17 (7.03% from 255) = 11.49%

R = 64.86%
G = 23.65%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#602311 (or 0x602311) is known color: Caput Mortuum. HEX triplet: 60, 23 and 11. RGB value is (96,35,17). Sum of RGB (Red+Green+Blue) = 96+35+17=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #602311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602311 is #9FDCEE. Grayscale: #333333. Windows color (decimal): -10476783 or 1123168. OLE color: 1123168.

HSL color Cylindrical-coordinate representation of color #602311: hue angle of 13.67º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602311 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 35 17 -
CMYK 0 0.64 0.82 0.62
HSL 13.67º 0.7% 0.22% -
HSV(B) 13.67º 0.82% 0.38% -
XYZ 5.53 3.73 0.96 -
YUV 51.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 96 35 17 0 0.64 0.82 0.62 13.67 0.7 0.22
Hex 60 23 11 0 40 52 3E E 46 16
Octal 140 43 21 0 100 122 76 16 106 26
Binary 1100000 100011 10001 0 1000000 1010010 111110 1110 1000110 10110

Color Harmonies of #602311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602311

Black with #602311

Text Example


Text Example

White with #602311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602311; }

 p { color: rgb(96,35,17); }

 H1.HeaderClassName
 {
   color: #602311;
 }
 .AnyTagClassName
 {
   color: #602311;
 }
</style>

background-color css

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

 a { background-color: rgb(96,35,17); }

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

border-color css

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

 span { border-color: rgb(96,35,17); }

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