Html Css Color HEX #632211 Caput Mortuum

📋 copy color: '#632211'

red 99 ◦ green 34 ◦ blue 17

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

Shades of Caput Mortuum #632211

Tints of Caput Mortuum #632211

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.67%

 BLUE value IS 17 (7.03% from 255) = 11.33%

R = 66%
G = 22.67%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#632211 (or 0x632211) is known color: Caput Mortuum. HEX triplet: 63, 22 and 11. RGB value is (99,34,17). Sum of RGB (Red+Green+Blue) = 99+34+17=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #632211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632211 is #9CDDEE. Grayscale: #333333. Windows color (decimal): -10280431 or 1122915. OLE color: 1122915.

HSL color Cylindrical-coordinate representation of color #632211: hue angle of 12.44º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #632211 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 34 17 -
CMYK 0 0.66 0.83 0.61
HSL 12.44º 0.71% 0.23% -
HSV(B) 12.44º 0.83% 0.39% -
XYZ 5.82 3.84 0.96 -
YUV 51.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 99 34 17 0 0.66 0.83 0.61 12.44 0.71 0.23
Hex 63 22 11 0 42 53 3D C 47 17
Octal 143 42 21 0 102 123 75 14 107 27
Binary 1100011 100010 10001 0 1000010 1010011 111101 1100 1000111 10111

Color Harmonies of #632211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632211

Black with #632211

Text Example


Text Example

White with #632211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632211; }

 p { color: rgb(99,34,17); }

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

background-color css

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

 a { background-color: rgb(99,34,17); }

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

border-color css

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

 span { border-color: rgb(99,34,17); }

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