Html Css Color HEX #632314 Caput Mortuum

📋 copy color: '#632314'

red 99 ◦ green 35 ◦ blue 20

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

Shades of Caput Mortuum #632314

Tints of Caput Mortuum #632314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.99%

R = 64.29%
G = 22.73%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#632314 (or 0x632314) is known color: Caput Mortuum. HEX triplet: 63, 23 and 14. RGB value is (99,35,20). Sum of RGB (Red+Green+Blue) = 99+35+20=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #632314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632314 is #9CDCEB. Grayscale: #343434. Windows color (decimal): -10280172 or 1319779. OLE color: 1319779.

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

Color convert

RGB 99 35 20 -
CMYK 0 0.65 0.80 0.61
HSL 11.39º 0.66% 0.23% -
HSV(B) 11.39º 0.8% 0.39% -
XYZ 5.87 3.91 1.11 -
YUV 52.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 99 35 20 0 0.65 0.80 0.61 11.39 0.66 0.23
Hex 63 23 14 0 41 50 3D B 42 17
Octal 143 43 24 0 101 120 75 13 102 27
Binary 1100011 100011 10100 0 1000001 1010000 111101 1011 1000010 10111

Color Harmonies of #632314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632314

Black with #632314

Text Example


Text Example

White with #632314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632314; }

 p { color: rgb(99,35,20); }

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

background-color css

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

 a { background-color: rgb(99,35,20); }

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

border-color css

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

 span { border-color: rgb(99,35,20); }

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