Html Css Color HEX #602511 Caput Mortuum

📋 copy color: '#602511'

red 96 ◦ green 37 ◦ blue 17

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

Shades of Caput Mortuum #602511

Tints of Caput Mortuum #602511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.67%

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

R = 64%
G = 24.67%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#602511 (or 0x602511) is known color: Caput Mortuum. HEX triplet: 60, 25 and 11. RGB value is (96,37,17). Sum of RGB (Red+Green+Blue) = 96+37+17=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #602511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602511 is #9FDAEE. Grayscale: #343434. Windows color (decimal): -10476271 or 1123680. OLE color: 1123680.

HSL color Cylindrical-coordinate representation of color #602511: hue angle of 15.19º 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 #602511 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 37 17 -
CMYK 0 0.61 0.82 0.62
HSL 15.19º 0.7% 0.22% -
HSV(B) 15.19º 0.82% 0.38% -
XYZ 5.59 3.85 0.98 -
YUV 52.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 96 37 17 0 0.61 0.82 0.62 15.19 0.7 0.22
Hex 60 25 11 0 3D 52 3E F 46 16
Octal 140 45 21 0 75 122 76 17 106 26
Binary 1100000 100101 10001 0 111101 1010010 111110 1111 1000110 10110

Color Harmonies of #602511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602511

Black with #602511

Text Example


Text Example

White with #602511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602511; }

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

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

background-color css

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

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

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

border-color css

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

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

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