Html Css Color HEX #672312 Caput Mortuum

📋 copy color: '#672312'

red 103 ◦ green 35 ◦ blue 18

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

Shades of Caput Mortuum #672312

Tints of Caput Mortuum #672312

RGB

 RED value IS 103 (40.63% from 255) = 66.03%

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

 BLUE value IS 18 (7.42% from 255) = 11.54%

R = 66.03%
G = 22.44%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#672312 (or 0x672312) is known color: Caput Mortuum. HEX triplet: 67, 23 and 12. RGB value is (103,35,18). Sum of RGB (Red+Green+Blue) = 103+35+18=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #672312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672312 is #98DCED. Grayscale: #353535. Windows color (decimal): -10018030 or 1188711. OLE color: 1188711.

HSL color Cylindrical-coordinate representation of color #672312: hue angle of 12º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #672312 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 35 18 -
CMYK 0 0.66 0.83 0.60
HSL 12º 0.7% 0.24% -
HSV(B) 12º 0.83% 0.4% -
XYZ 6.3 4.13 1.04 -
YUV 53.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 103 35 18 0 0.66 0.83 0.60 12 0.7 0.24
Hex 67 23 12 0 42 53 3C C 46 18
Octal 147 43 22 0 102 123 74 14 106 30
Binary 1100111 100011 10010 0 1000010 1010011 111100 1100 1000110 11000

Color Harmonies of #672312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672312

Black with #672312

Text Example


Text Example

White with #672312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672312; }

 p { color: rgb(103,35,18); }

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

background-color css

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

 a { background-color: rgb(103,35,18); }

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

border-color css

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

 span { border-color: rgb(103,35,18); }

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