#635201

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

Shades of Raw Umber #635201

Tints of Raw Umber #635201

Color information

#635201 (or 0x635201) is unknown color: approx Raw Umber. HEX triplet: 63, 52 and 01. RGB value is (99,82,1). Sum of RGB (Red+Green+Blue) = 99+82+1=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #635201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635201 is #9CADFE. Grayscale: #4E4E4E. Windows color (decimal): -10268159 or 86627. OLE color: 86627.

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

Color convert

RGB99821-
CMYK00.170.990.61
HSL49.59º98%19.61%-
HSV(B)49.59º98.99%38.82%-
XYZ8.178.691.28-
YUV77.8584.63143.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.40%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=54.40%
G=45.05%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9982100.170.990.6149.599819.61
Hex63521011633D326214
Octal1431221021143756214224
Binary1100011101001010100011100011111101110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635201; }

 p { color: rgb(99,82,1); }

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

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

 a { background-color: rgb(99,82,1); }

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

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

 span { border-color: rgb(99,82,1); }

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