Html Css Color HEX #672311 Caput Mortuum

📋 copy color: '#672311'

red 103 ◦ green 35 ◦ blue 17

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

Shades of Caput Mortuum #672311

Tints of Caput Mortuum #672311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.97%

R = 66.45%
G = 22.58%
B = 10.97%

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

#672311 (or 0x672311) is known color: Caput Mortuum. HEX triplet: 67, 23 and 11. RGB value is (103,35,17). Sum of RGB (Red+Green+Blue) = 103+35+17=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #672311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672311 is #98DCEE. Grayscale: #353535. Windows color (decimal): -10018031 or 1123175. OLE color: 1123175.

HSL color Cylindrical-coordinate representation of color #672311: hue angle of 12.56º degrees, saturation: 0.72, 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 #672311 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 35 17 -
CMYK 0 0.66 0.83 0.60
HSL 12.56º 0.72% 0.24% -
HSV(B) 12.56º 0.83% 0.4% -
XYZ 6.3 4.13 0.99 -
YUV 53.28 107.53 163.46 -
System Red Green Blue C M Y K H S L
Decimal 103 35 17 0 0.66 0.83 0.60 12.56 0.72 0.24
Hex 67 23 11 0 42 53 3C D 48 18
Octal 147 43 21 0 102 123 74 15 110 30
Binary 1100111 100011 10001 0 1000010 1010011 111100 1101 1001000 11000

Color Harmonies of #672311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672311

Black with #672311

Text Example


Text Example

White with #672311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672311; }

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

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

background-color css

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

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

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

border-color css

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

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

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