Html Css Color HEX #672410 Caput Mortuum

📋 copy color: '#672410'

red 103 ◦ green 36 ◦ blue 16

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

Shades of Caput Mortuum #672410

Tints of Caput Mortuum #672410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.23%

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

R = 66.45%
G = 23.23%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#672410 (or 0x672410) is known color: Caput Mortuum. HEX triplet: 67, 24 and 10. RGB value is (103,36,16). Sum of RGB (Red+Green+Blue) = 103+36+16=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #672410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672410 is #98DBEF. Grayscale: #353535. Windows color (decimal): -10017776 or 1057895. OLE color: 1057895.

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

Color convert

RGB 103 36 16 -
CMYK 0 0.65 0.84 0.60
HSL 13.79º 0.73% 0.23% -
HSV(B) 13.79º 0.84% 0.4% -
XYZ 6.32 4.18 0.96 -
YUV 53.75 106.7 163.13 -
System Red Green Blue C M Y K H S L
Decimal 103 36 16 0 0.65 0.84 0.60 13.79 0.73 0.23
Hex 67 24 10 0 41 54 3C E 49 17
Octal 147 44 20 0 101 124 74 16 111 27
Binary 1100111 100100 10000 0 1000001 1010100 111100 1110 1001001 10111

Color Harmonies of #672410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672410

Black with #672410

Text Example


Text Example

White with #672410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672410; }

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

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

background-color css

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

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

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

border-color css

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

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

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