Html Css Color HEX #632716 Caput Mortuum

📋 copy color: '#632716'

red 99 ◦ green 39 ◦ blue 22

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

Shades of Caput Mortuum #632716

Tints of Caput Mortuum #632716

RGB

 RED value IS 99 (39.06% from 255) = 61.88%

 GREEN value IS 39 (15.63% from 255) = 24.38%

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

R = 61.88%
G = 24.38%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#632716 (or 0x632716) is known color: Caput Mortuum. HEX triplet: 63, 27 and 16. RGB value is (99,39,22). Sum of RGB (Red+Green+Blue) = 99+39+22=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #632716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632716 is #9CD8E9. Grayscale: #373737. Windows color (decimal): -10279146 or 1451875. OLE color: 1451875.

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

Color convert

RGB 99 39 22 -
CMYK 0 0.61 0.78 0.61
HSL 13.25º 0.64% 0.24% -
HSV(B) 13.25º 0.78% 0.39% -
XYZ 6.02 4.16 1.25 -
YUV 55 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 99 39 22 0 0.61 0.78 0.61 13.25 0.64 0.24
Hex 63 27 16 0 3D 4E 3D D 40 18
Octal 143 47 26 0 75 116 75 15 100 30
Binary 1100011 100111 10110 0 111101 1001110 111101 1101 1000000 11000

Color Harmonies of #632716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632716

Black with #632716

Text Example


Text Example

White with #632716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632716; }

 p { color: rgb(99,39,22); }

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

background-color css

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

 a { background-color: rgb(99,39,22); }

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

border-color css

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

 span { border-color: rgb(99,39,22); }

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