Html Css Color HEX #672514 Caput Mortuum

📋 copy color: '#672514'

red 103 ◦ green 37 ◦ blue 20

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

Shades of Caput Mortuum #672514

Tints of Caput Mortuum #672514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.5%

R = 64.38%
G = 23.13%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#672514 (or 0x672514) is known color: Caput Mortuum. HEX triplet: 67, 25 and 14. RGB value is (103,37,20). Sum of RGB (Red+Green+Blue) = 103+37+20=160 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.38% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 103 - color contains mainly: red. Hex color #672514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672514 is #98DAEB. Grayscale: #363636. Windows color (decimal): -10017516 or 1320295. OLE color: 1320295.

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

Color convert

RGB 103 37 20 -
CMYK 0 0.64 0.81 0.60
HSL 12.29º 0.67% 0.24% -
HSV(B) 12.29º 0.81% 0.4% -
XYZ 6.38 4.26 1.15 -
YUV 54.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 103 37 20 0 0.64 0.81 0.60 12.29 0.67 0.24
Hex 67 25 14 0 40 51 3C C 43 18
Octal 147 45 24 0 100 121 74 14 103 30
Binary 1100111 100101 10100 0 1000000 1010001 111100 1100 1000011 11000

Color Harmonies of #672514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672514

Black with #672514

Text Example


Text Example

White with #672514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672514; }

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

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

background-color css

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

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

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

border-color css

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

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

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