#634513

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

Shades of Raw Umber #634513

Tints of Raw Umber #634513

Color information

#634513 (or 0x634513) is unknown color: approx Raw Umber. HEX triplet: 63, 45 and 13. RGB value is (99,69,19). Sum of RGB (Red+Green+Blue) = 99+69+19=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #634513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634513 is #9CBAEC. Grayscale: #484848. Windows color (decimal): -10271469 or 1262947. OLE color: 1262947.

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

Color convert

RGB996919-
CMYK00.300.810.61
HSL37.5º67.8%23.14%-
HSV(B)37.5º80.81%38.82%-
XYZ7.396.961.57-
YUV72.2797.94147.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.94%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 19 (7.81% from 255) = 10.16%
R=52.94%
G=36.90%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99691900.300.810.6137.567.823.14
Hex63451301E513D264417
Octal14310523036121754610427
Binary11000111000101100110111101010001111101100110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634513; }

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

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

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

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

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

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

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

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