Html Css Color HEX #602B23 Caput Mortuum

📋 copy color: '#602B23'

red 96 ◦ green 43 ◦ blue 35

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

Shades of Caput Mortuum #602B23

Tints of Caput Mortuum #602B23

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.71%

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

R = 55.17%
G = 24.71%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#602B23 (or 0x602B23) is known color: Caput Mortuum. HEX triplet: 60, 2B and 23. RGB value is (96,43,35). Sum of RGB (Red+Green+Blue) = 96+43+35=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #602B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602B23 is #9FD4DC. Grayscale: #3A3A3A. Windows color (decimal): -10474717 or 2304864. OLE color: 2304864.

HSL color Cylindrical-coordinate representation of color #602B23: hue angle of 7.87º 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 #602B23 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 43 35 -
CMYK 0 0.55 0.64 0.62
HSL 7.87º 0.47% 0.26% -
HSV(B) 7.87º 0.64% 0.38% -
XYZ 5.99 4.34 2.11 -
YUV 57.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 96 43 35 0 0.55 0.64 0.62 7.87 0.47 0.26
Hex 60 2B 23 0 37 40 3E 8 2F 1A
Octal 140 53 43 0 67 100 76 10 57 32
Binary 1100000 101011 100011 0 110111 1000000 111110 1000 101111 11010

Color Harmonies of #602B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602B23

Black with #602B23

Text Example


Text Example

White with #602B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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