#634B13

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

Shades of Raw Umber #634B13

Tints of Raw Umber #634B13

Color information

#634B13 (or 0x634B13) is unknown color: approx Raw Umber. HEX triplet: 63, 4B and 13. RGB value is (99,75,19). Sum of RGB (Red+Green+Blue) = 99+75+19=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #634B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634B13 is #9CB4EC. Grayscale: #4C4C4C. Windows color (decimal): -10269933 or 1264483. OLE color: 1264483.

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

Color convert

RGB997519-
CMYK00.240.810.61
HSL42º67.8%23.14%-
HSV(B)42º80.81%38.82%-
XYZ7.787.731.7-
YUV75.7995.95144.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.30%
GREEN value IS 75 (29.69% from 255) = 38.86%
BLUE value IS 19 (7.81% from 255) = 9.84%
R=51.30%
G=38.86%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99751900.240.810.614267.823.14
Hex634B13018513D2a4417
Octal14311323030121755210427
Binary11000111001011100110110001010001111101101010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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