Html Css Color HEX #631E08 Caput Mortuum

📋 copy color: '#631E08'

red 99 ◦ green 30 ◦ blue 8

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

Shades of Caput Mortuum #631E08

Tints of Caput Mortuum #631E08

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.9%

 BLUE value IS 8 (3.52% from 255) = 5.84%

R = 72.26%
G = 21.9%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#631E08 (or 0x631E08) is known color: Caput Mortuum. HEX triplet: 63, 1E and 08. RGB value is (99,30,8). Sum of RGB (Red+Green+Blue) = 99+30+8=137 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.26% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 99 - color contains mainly: red. Hex color #631E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631E08 is #9CE1F7. Grayscale: #303030. Windows color (decimal): -10281464 or 532067. OLE color: 532067.

HSL color Cylindrical-coordinate representation of color #631E08: hue angle of 14.51º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #631E08 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 30 8 -
CMYK 0 0.70 0.92 0.61
HSL 14.51º 0.85% 0.21% -
HSV(B) 14.51º 0.92% 0.39% -
XYZ 5.65 3.6 0.63 -
YUV 48.12 105.36 164.29 -
System Red Green Blue C M Y K H S L
Decimal 99 30 8 0 0.70 0.92 0.61 14.51 0.85 0.21
Hex 63 1E 8 0 46 5C 3D F 55 15
Octal 143 36 10 0 106 134 75 17 125 25
Binary 1100011 11110 1000 0 1000110 1011100 111101 1111 1010101 10101

Color Harmonies of #631E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631E08

Black with #631E08

Text Example


Text Example

White with #631E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631E08; }

 p { color: rgb(99,30,8); }

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

background-color css

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

 a { background-color: rgb(99,30,8); }

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

border-color css

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

 span { border-color: rgb(99,30,8); }

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