Html Css Color HEX #672510 Caput Mortuum

📋 copy color: '#672510'

red 103 ◦ green 37 ◦ blue 16

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

Shades of Caput Mortuum #672510

Tints of Caput Mortuum #672510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.26%

R = 66.03%
G = 23.72%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#672510 (or 0x672510) is known color: Caput Mortuum. HEX triplet: 67, 25 and 10. RGB value is (103,37,16). Sum of RGB (Red+Green+Blue) = 103+37+16=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #672510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672510 is #98DAEF. Grayscale: #363636. Windows color (decimal): -10017520 or 1058151. OLE color: 1058151.

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

Color convert

RGB 103 37 16 -
CMYK 0 0.64 0.84 0.60
HSL 14.48º 0.73% 0.23% -
HSV(B) 14.48º 0.84% 0.4% -
XYZ 6.35 4.24 0.97 -
YUV 54.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 103 37 16 0 0.64 0.84 0.60 14.48 0.73 0.23
Hex 67 25 10 0 40 54 3C E 49 17
Octal 147 45 20 0 100 124 74 16 111 27
Binary 1100111 100101 10000 0 1000000 1010100 111100 1110 1001001 10111

Color Harmonies of #672510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672510

Black with #672510

Text Example


Text Example

White with #672510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672510; }

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

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

background-color css

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

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

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

border-color css

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

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

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