#634D10

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

Shades of Raw Umber #634D10

Tints of Raw Umber #634D10

Color information

#634D10 (or 0x634D10) is unknown color: approx Raw Umber. HEX triplet: 63, 4D and 10. RGB value is (99,77,16). Sum of RGB (Red+Green+Blue) = 99+77+16=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #634D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634D10 is #9CB2EF. Grayscale: #4C4C4C. Windows color (decimal): -10269424 or 1068387. OLE color: 1068387.

HSL color Cylindrical-coordinate representation of color #634D10: hue angle of 44.1º 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 #634D10 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB997716-
CMYK00.220.840.61
HSL44.1º72.17%22.55%-
HSV(B)44.1º83.84%38.82%-
XYZ7.8981.62-
YUV76.6293.79143.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.56%
GREEN value IS 77 (30.47% from 255) = 40.10%
BLUE value IS 16 (6.64% from 255) = 8.33%
R=51.56%
G=40.10%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99771600.220.840.6144.172.1722.55
Hex634D10016543D2c4817
Octal14311520026124755411027
Binary11000111001101100000101101010100111101101100100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634D10; }

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

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

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

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

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

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

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

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