Html Css Color HEX #632620 Caput Mortuum

📋 copy color: '#632620'

red 99 ◦ green 38 ◦ blue 32

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

Shades of Caput Mortuum #632620

Tints of Caput Mortuum #632620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.93%

R = 58.58%
G = 22.49%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#632620 (or 0x632620) is known color: Caput Mortuum. HEX triplet: 63, 26 and 20. RGB value is (99,38,32). Sum of RGB (Red+Green+Blue) = 99+38+32=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #632620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632620 is #9CD9DF. Grayscale: #373737. Windows color (decimal): -10279392 or 2106979. OLE color: 2106979.

HSL color Cylindrical-coordinate representation of color #632620: hue angle of 5.37º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632620 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 38 32 -
CMYK 0 0.62 0.68 0.61
HSL 5.37º 0.51% 0.26% -
HSV(B) 5.37º 0.68% 0.39% -
XYZ 6.1 4.14 1.84 -
YUV 55.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 99 38 32 0 0.62 0.68 0.61 5.37 0.51 0.26
Hex 63 26 20 0 3E 44 3D 5 33 1A
Octal 143 46 40 0 76 104 75 5 63 32
Binary 1100011 100110 100000 0 111110 1000100 111101 101 110011 11010

Color Harmonies of #632620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632620

Black with #632620

Text Example


Text Example

White with #632620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632620; }

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

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

background-color css

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

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

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

border-color css

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

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

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