Html Css Color HEX #632C1A Caput Mortuum

📋 copy color: '#632C1A'

red 99 ◦ green 44 ◦ blue 26

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

Shades of Caput Mortuum #632C1A

Tints of Caput Mortuum #632C1A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.04%

 BLUE value IS 26 (10.55% from 255) = 15.38%

R = 58.58%
G = 26.04%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#632C1A (or 0x632C1A) is known color: Caput Mortuum. HEX triplet: 63, 2C and 1A. RGB value is (99,44,26). Sum of RGB (Red+Green+Blue) = 99+44+26=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #632C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632C1A is #9CD3E5. Grayscale: #3A3A3A. Windows color (decimal): -10277862 or 1715299. OLE color: 1715299.

HSL color Cylindrical-coordinate representation of color #632C1A: hue angle of 14.79º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #632C1A is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 44 26 -
CMYK 0 0.56 0.74 0.61
HSL 14.79º 0.58% 0.25% -
HSV(B) 14.79º 0.74% 0.39% -
XYZ 6.23 4.53 1.52 -
YUV 58.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 99 44 26 0 0.56 0.74 0.61 14.79 0.58 0.25
Hex 63 2C 1A 0 38 4A 3D F 3A 19
Octal 143 54 32 0 70 112 75 17 72 31
Binary 1100011 101100 11010 0 111000 1001010 111101 1111 111010 11001

Color Harmonies of #632C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632C1A

Black with #632C1A

Text Example


Text Example

White with #632C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632C1A; }

 p { color: rgb(99,44,26); }

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

background-color css

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

 a { background-color: rgb(99,44,26); }

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

border-color css

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

 span { border-color: rgb(99,44,26); }

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