#635010

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

Shades of Raw Umber #635010

Tints of Raw Umber #635010

Color information

#635010 (or 0x635010) is unknown color: approx Raw Umber. HEX triplet: 63, 50 and 10. RGB value is (99,80,16). Sum of RGB (Red+Green+Blue) = 99+80+16=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #635010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635010 is #9CAFEF. Grayscale: #4E4E4E. Windows color (decimal): -10268656 or 1069155. OLE color: 1069155.

HSL color Cylindrical-coordinate representation of color #635010: hue angle of 46.27º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #635010 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB998016-
CMYK00.190.840.61
HSL46.27º72.17%22.55%-
HSV(B)46.27º83.84%38.82%-
XYZ8.118.431.69-
YUV78.3892.79142.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.77%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 16 (6.64% from 255) = 8.21%
R=50.77%
G=41.03%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99801600.190.840.6146.2772.1722.55
Hex635010013543D2e4817
Octal14312020023124755611027
Binary11000111010000100000100111010100111101101110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635010; }

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

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

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

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

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

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

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

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