#634B16

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

Shades of Raw Umber #634B16

Tints of Raw Umber #634B16

Color information

#634B16 (or 0x634B16) is unknown color: approx Raw Umber. HEX triplet: 63, 4B and 16. RGB value is (99,75,22). Sum of RGB (Red+Green+Blue) = 99+75+22=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #634B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634B16 is #9CB4E9. Grayscale: #4C4C4C. Windows color (decimal): -10269930 or 1461091. OLE color: 1461091.

HSL color Cylindrical-coordinate representation of color #634B16: hue angle of 41.3º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #634B16 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB997522-
CMYK00.240.780.61
HSL41.3º63.64%23.73%-
HSV(B)41.3º77.78%38.82%-
XYZ7.817.741.84-
YUV76.1397.45144.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.51%
GREEN value IS 75 (29.69% from 255) = 38.27%
BLUE value IS 22 (8.98% from 255) = 11.22%
R=50.51%
G=38.27%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99752200.240.780.6141.363.6423.73
Hex634B160184E3D294018
Octal14311326030116755110030
Binary11000111001011101100110001001110111101101001100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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