Html Css Color HEX #672512 Caput Mortuum

📋 copy color: '#672512'

red 103 ◦ green 37 ◦ blue 18

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

Shades of Caput Mortuum #672512

Tints of Caput Mortuum #672512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.42%

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

R = 65.19%
G = 23.42%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#672512 (or 0x672512) is known color: Caput Mortuum. HEX triplet: 67, 25 and 12. RGB value is (103,37,18). Sum of RGB (Red+Green+Blue) = 103+37+18=158 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.19% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 103 - color contains mainly: red. Hex color #672512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672512 is #98DAED. Grayscale: #363636. Windows color (decimal): -10017518 or 1189223. OLE color: 1189223.

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

Color convert

RGB 103 37 18 -
CMYK 0 0.64 0.83 0.60
HSL 13.41º 0.7% 0.24% -
HSV(B) 13.41º 0.83% 0.4% -
XYZ 6.36 4.25 1.06 -
YUV 54.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 103 37 18 0 0.64 0.83 0.60 13.41 0.7 0.24
Hex 67 25 12 0 40 53 3C D 46 18
Octal 147 45 22 0 100 123 74 15 106 30
Binary 1100111 100101 10010 0 1000000 1010011 111100 1101 1000110 11000

Color Harmonies of #672512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672512

Black with #672512

Text Example


Text Example

White with #672512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672512; }

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

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

background-color css

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

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

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

border-color css

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

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

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