Html Css Color HEX #602D23 Caput Mortuum

📋 copy color: '#602D23'

red 96 ◦ green 45 ◦ blue 35

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

Shades of Caput Mortuum #602D23

Tints of Caput Mortuum #602D23

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.57%

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

R = 54.55%
G = 25.57%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#602D23 (or 0x602D23) is known color: Caput Mortuum. HEX triplet: 60, 2D and 23. RGB value is (96,45,35). Sum of RGB (Red+Green+Blue) = 96+45+35=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 35 (14.06% from 255 or 19.89% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #602D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D23 is #9FD2DC. Grayscale: #3B3B3B. Windows color (decimal): -10474205 or 2305376. OLE color: 2305376.

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

Color convert

RGB 96 45 35 -
CMYK 0 0.53 0.64 0.62
HSL 9.84º 0.47% 0.26% -
HSV(B) 9.84º 0.64% 0.38% -
XYZ 6.07 4.48 2.14 -
YUV 59.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 96 45 35 0 0.53 0.64 0.62 9.84 0.47 0.26
Hex 60 2D 23 0 35 40 3E A 2F 1A
Octal 140 55 43 0 65 100 76 12 57 32
Binary 1100000 101101 100011 0 110101 1000000 111110 1010 101111 11010

Color Harmonies of #602D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D23

Black with #602D23

Text Example


Text Example

White with #602D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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