Html Css Color HEX #63400D Raw Umber

📋 copy color: '#63400D'

red 99 ◦ green 64 ◦ blue 13

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

Shades of Raw Umber #63400D

Tints of Raw Umber #63400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.36%

 BLUE value IS 13 (5.47% from 255) = 7.39%

R = 56.25%
G = 36.36%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#63400D (or 0x63400D) is known color: Raw Umber. HEX triplet: 63, 40 and 0D. RGB value is (99,64,13). Sum of RGB (Red+Green+Blue) = 99+64+13=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #63400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63400D is #9CBFF2. Grayscale: #444444. Windows color (decimal): -10272755 or 868451. OLE color: 868451.

HSL color Cylindrical-coordinate representation of color #63400D: hue angle of 35.58º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63400D is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 64 13 -
CMYK 0 0.35 0.87 0.61
HSL 35.58º 0.77% 0.22% -
HSV(B) 35.58º 0.87% 0.39% -
XYZ 7.05 6.35 1.23 -
YUV 68.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 99 64 13 0 0.35 0.87 0.61 35.58 0.77 0.22
Hex 63 40 D 0 23 57 3D 24 4D 16
Octal 143 100 15 0 43 127 75 44 115 26
Binary 1100011 1000000 1101 0 100011 1010111 111101 100100 1001101 10110

Color Harmonies of #63400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63400D

Black with #63400D

Text Example


Text Example

White with #63400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63400D; }

 p { color: rgb(99,64,13); }

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

background-color css

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

 a { background-color: rgb(99,64,13); }

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

border-color css

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

 span { border-color: rgb(99,64,13); }

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