#634D13

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

Shades of Raw Umber #634D13

Tints of Raw Umber #634D13

Color information

#634D13 (or 0x634D13) is unknown color: approx Raw Umber. HEX triplet: 63, 4D and 13. RGB value is (99,77,19). Sum of RGB (Red+Green+Blue) = 99+77+19=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #634D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634D13 is #9CB2EC. Grayscale: #4D4D4D. Windows color (decimal): -10269421 or 1264995. OLE color: 1264995.

HSL color Cylindrical-coordinate representation of color #634D13: hue angle of 43.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #634D13 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB997719-
CMYK00.220.810.61
HSL43.5º67.8%23.14%-
HSV(B)43.5º80.81%38.82%-
XYZ7.928.011.74-
YUV76.9795.29143.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.77%
GREEN value IS 77 (30.47% from 255) = 39.49%
BLUE value IS 19 (7.81% from 255) = 9.74%
R=50.77%
G=39.49%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99771900.220.810.6143.567.823.14
Hex634D13016513D2c4417
Octal14311523026121755410427
Binary11000111001101100110101101010001111101101100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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