Html Css Color HEX #622316 Caput Mortuum

📋 copy color: '#622316'

red 98 ◦ green 35 ◦ blue 22

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

Shades of Caput Mortuum #622316

Tints of Caput Mortuum #622316

RGB

 RED value IS 98 (38.67% from 255) = 63.23%

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

 BLUE value IS 22 (8.98% from 255) = 14.19%

R = 63.23%
G = 22.58%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#622316 (or 0x622316) is known color: Caput Mortuum. HEX triplet: 62, 23 and 16. RGB value is (98,35,22). Sum of RGB (Red+Green+Blue) = 98+35+22=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #622316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622316 is #9DDCE9. Grayscale: #343434. Windows color (decimal): -10345706 or 1450850. OLE color: 1450850.

HSL color Cylindrical-coordinate representation of color #622316: hue angle of 10.26º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #622316 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 35 22 -
CMYK 0 0.64 0.78 0.62
HSL 10.26º 0.63% 0.24% -
HSV(B) 10.26º 0.78% 0.38% -
XYZ 5.78 3.86 1.2 -
YUV 52.36 110.87 160.56 -
System Red Green Blue C M Y K H S L
Decimal 98 35 22 0 0.64 0.78 0.62 10.26 0.63 0.24
Hex 62 23 16 0 40 4E 3E A 3F 18
Octal 142 43 26 0 100 116 76 12 77 30
Binary 1100010 100011 10110 0 1000000 1001110 111110 1010 111111 11000

Color Harmonies of #622316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622316

Black with #622316

Text Example


Text Example

White with #622316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622316; }

 p { color: rgb(98,35,22); }

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

background-color css

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

 a { background-color: rgb(98,35,22); }

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

border-color css

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

 span { border-color: rgb(98,35,22); }

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