#635005

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

Shades of Raw Umber #635005

Tints of Raw Umber #635005

Color information

#635005 (or 0x635005) is unknown color: approx Raw Umber. HEX triplet: 63, 50 and 05. RGB value is (99,80,5). Sum of RGB (Red+Green+Blue) = 99+80+5=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #635005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635005 is #9CAFFA. Grayscale: #4D4D4D. Windows color (decimal): -10268667 or 348259. OLE color: 348259.

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

Color convert

RGB99805-
CMYK00.190.950.61
HSL47.87º90.38%20.39%-
HSV(B)47.87º94.95%38.82%-
XYZ8.048.41.34-
YUV77.1387.29143.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.80%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 5 (2.34% from 255) = 2.72%
R=53.80%
G=43.48%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9980500.190.950.6147.8790.3820.39
Hex635050135F3D305a14
Octal1431205023137756013224
Binary110001110100001010100111011111111101110000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635005; }

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

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

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

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

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

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

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

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