Html Css Color HEX #612B20 Caput Mortuum

📋 copy color: '#612B20'

red 97 ◦ green 43 ◦ blue 32

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

Shades of Caput Mortuum #612B20

Tints of Caput Mortuum #612B20

RGB

 RED value IS 97 (38.28% from 255) = 56.4%

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

 BLUE value IS 32 (12.89% from 255) = 18.6%

R = 56.4%
G = 25%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#612B20 (or 0x612B20) is known color: Caput Mortuum. HEX triplet: 61, 2B and 20. RGB value is (97,43,32). Sum of RGB (Red+Green+Blue) = 97+43+32=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #612B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B20 is #9ED4DF. Grayscale: #393939. Windows color (decimal): -10409184 or 2108257. OLE color: 2108257.

HSL color Cylindrical-coordinate representation of color #612B20: hue angle of 10.15º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #612B20 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 43 32 -
CMYK 0 0.56 0.67 0.62
HSL 10.15º 0.5% 0.25% -
HSV(B) 10.15º 0.67% 0.38% -
XYZ 6.05 4.37 1.89 -
YUV 57.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 97 43 32 0 0.56 0.67 0.62 10.15 0.5 0.25
Hex 61 2B 20 0 38 43 3E A 32 19
Octal 141 53 40 0 70 103 76 12 62 31
Binary 1100001 101011 100000 0 111000 1000011 111110 1010 110010 11001

Color Harmonies of #612B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612B20

Black with #612B20

Text Example


Text Example

White with #612B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612B20; }

 p { color: rgb(97,43,32); }

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

background-color css

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

 a { background-color: rgb(97,43,32); }

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

border-color css

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

 span { border-color: rgb(97,43,32); }

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