#634500

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

Shades of Raw Umber #634500

Tints of Raw Umber #634500

Color information

#634500 (or 0x634500) is unknown color: approx Raw Umber. HEX triplet: 63, 45 and 00. RGB value is (99,69,0). Sum of RGB (Red+Green+Blue) = 99+69+0=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #634500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634500 is #9CBAFF. Grayscale: #464646. Windows color (decimal): -10271488 or 17763. OLE color: 17763.

HSL color Cylindrical-coordinate representation of color #634500: hue angle of 41.82º 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 #634500 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB99690-
CMYK00.3010.61
HSL41.82º100%19.41%-
HSV(B)41.82º100%38.82%-
XYZ7.276.910.95-
YUV70.188.44148.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 69 (27.34% from 255) = 41.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.93%
G=41.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9969000.3010.6141.8210019.41
Hex6345001E643D2a6413
Octal1431050036144755214423
Binary1100011100010100111101100100111101101010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634500; }

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

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

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

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

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

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

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

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