#635500

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

Shades of Raw Umber #635500

Tints of Raw Umber #635500

Color information

#635500 (or 0x635500) is unknown color: approx Raw Umber. HEX triplet: 63, 55 and 00. RGB value is (99,85,0). Sum of RGB (Red+Green+Blue) = 99+85+0=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #635500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635500 is #9CAAFF. Grayscale: #4F4F4F. Windows color (decimal): -10267392 or 21859. OLE color: 21859.

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

Color convert

RGB99850-
CMYK00.1410.61
HSL51.52º100%19.41%-
HSV(B)51.52º100%38.82%-
XYZ8.399.151.32-
YUV79.583.14141.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.80%
GREEN value IS 85 (33.59% from 255) = 46.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.80%
G=46.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9985000.1410.6151.5210019.41
Hex635500E643D346413
Octal1431250016144756414423
Binary110001110101010011101100100111101110100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635500; }

 p { color: rgb(99,85,0); }

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

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

 a { background-color: rgb(99,85,0); }

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

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

 span { border-color: rgb(99,85,0); }

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