Html Css Color HEX #632614 Caput Mortuum

📋 copy color: '#632614'

red 99 ◦ green 38 ◦ blue 20

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

Shades of Caput Mortuum #632614

Tints of Caput Mortuum #632614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.2%

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

R = 63.06%
G = 24.2%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#632614 (or 0x632614) is known color: Caput Mortuum. HEX triplet: 63, 26 and 14. RGB value is (99,38,20). Sum of RGB (Red+Green+Blue) = 99+38+20=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #632614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632614 is #9CD9EB. Grayscale: #363636. Windows color (decimal): -10279404 or 1320547. OLE color: 1320547.

HSL color Cylindrical-coordinate representation of color #632614: hue angle of 13.67º 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 #632614 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 38 20 -
CMYK 0 0.62 0.80 0.61
HSL 13.67º 0.66% 0.23% -
HSV(B) 13.67º 0.8% 0.39% -
XYZ 5.96 4.09 1.14 -
YUV 54.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 99 38 20 0 0.62 0.80 0.61 13.67 0.66 0.23
Hex 63 26 14 0 3E 50 3D E 42 17
Octal 143 46 24 0 76 120 75 16 102 27
Binary 1100011 100110 10100 0 111110 1010000 111101 1110 1000010 10111

Color Harmonies of #632614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632614

Black with #632614

Text Example


Text Example

White with #632614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632614; }

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

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

background-color css

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

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

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

border-color css

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

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

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