#63500B

Color #63500B Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #63500B

Tints of Raw Umber #63500B

Color information

#63500B (or 0x63500B) is unknown color: approx Raw Umber. HEX triplet: 63, 50 and 0B. RGB value is (99,80,11). Sum of RGB (Red+Green+Blue) = 99+80+11=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #63500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63500B is #9CAFF4. Grayscale: #4E4E4E. Windows color (decimal): -10268661 or 741475. OLE color: 741475.

HSL color Cylindrical-coordinate representation of color #63500B: hue angle of 47.05º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63500B is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB998011-
CMYK00.190.890.61
HSL47.05º80%21.57%-
HSV(B)47.05º88.89%38.82%-
XYZ8.078.411.52-
YUV77.8290.29143.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.11%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 11 (4.69% from 255) = 5.79%
R=52.11%
G=42.11%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99801100.190.890.6147.058021.57
Hex6350B013593D2f5016
Octal14312013023131755712026
Binary1100011101000010110100111011001111101101111101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63500B; }

 p { color: rgb(99,80,11); }

 H1.HeaderClassName
 {
   color: #63500B;
 }
 .AnyTagClassName
 {
   color: #63500B;
 }
</style>
background-color css

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

 a { background-color: rgb(99,80,11); }

 div.DivClassName
 {
   background-color: #63500B;
 }
 .BgClassName
 {
   background-color: #63500B;
 }
</style>
border-color css

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

 span { border-color: rgb(99,80,11); }

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