Html Css Color HEX #61230E Caput Mortuum

📋 copy color: '#61230E'

red 97 ◦ green 35 ◦ blue 14

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

Shades of Caput Mortuum #61230E

Tints of Caput Mortuum #61230E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.97%

 BLUE value IS 14 (5.86% from 255) = 9.59%

R = 66.44%
G = 23.97%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#61230E (or 0x61230E) is known color: Caput Mortuum. HEX triplet: 61, 23 and 0E. RGB value is (97,35,14). Sum of RGB (Red+Green+Blue) = 97+35+14=146 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.44% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 97 - color contains mainly: red. Hex color #61230E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61230E is #9EDCF1. Grayscale: #333333. Windows color (decimal): -10411250 or 926561. OLE color: 926561.

HSL color Cylindrical-coordinate representation of color #61230E: hue angle of 15.18º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61230E is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 35 14 -
CMYK 0 0.64 0.86 0.62
HSL 15.18º 0.75% 0.22% -
HSV(B) 15.18º 0.86% 0.38% -
XYZ 5.61 3.78 0.85 -
YUV 51.14 107.04 160.71 -
System Red Green Blue C M Y K H S L
Decimal 97 35 14 0 0.64 0.86 0.62 15.18 0.75 0.22
Hex 61 23 E 0 40 56 3E F 4B 16
Octal 141 43 16 0 100 126 76 17 113 26
Binary 1100001 100011 1110 0 1000000 1010110 111110 1111 1001011 10110

Color Harmonies of #61230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61230E

Black with #61230E

Text Example


Text Example

White with #61230E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61230E; }

 p { color: rgb(97,35,14); }

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

background-color css

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

 a { background-color: rgb(97,35,14); }

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

border-color css

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

 span { border-color: rgb(97,35,14); }

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