Html Css Color HEX #602C23 Caput Mortuum

📋 copy color: '#602C23'

red 96 ◦ green 44 ◦ blue 35

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

Shades of Caput Mortuum #602C23

Tints of Caput Mortuum #602C23

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.14%

 BLUE value IS 35 (14.06% from 255) = 20%

R = 54.86%
G = 25.14%
B = 20%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#602C23 (or 0x602C23) is known color: Caput Mortuum. HEX triplet: 60, 2C and 23. RGB value is (96,44,35). Sum of RGB (Red+Green+Blue) = 96+44+35=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #602C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C23 is #9FD3DC. Grayscale: #3A3A3A. Windows color (decimal): -10474461 or 2305120. OLE color: 2305120.

HSL color Cylindrical-coordinate representation of color #602C23: hue angle of 8.85º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #602C23 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 44 35 -
CMYK 0 0.54 0.64 0.62
HSL 8.85º 0.47% 0.26% -
HSV(B) 8.85º 0.64% 0.38% -
XYZ 6.03 4.41 2.12 -
YUV 58.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 96 44 35 0 0.54 0.64 0.62 8.85 0.47 0.26
Hex 60 2C 23 0 36 40 3E 9 2F 1A
Octal 140 54 43 0 66 100 76 11 57 32
Binary 1100000 101100 100011 0 110110 1000000 111110 1001 101111 11010

Color Harmonies of #602C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C23

Black with #602C23

Text Example


Text Example

White with #602C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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