#634E10

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

Shades of Raw Umber #634E10

Tints of Raw Umber #634E10

Color information

#634E10 (or 0x634E10) is unknown color: approx Raw Umber. HEX triplet: 63, 4E and 10. RGB value is (99,78,16). Sum of RGB (Red+Green+Blue) = 99+78+16=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #634E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634E10 is #9CB1EF. Grayscale: #4D4D4D. Windows color (decimal): -10269168 or 1068643. OLE color: 1068643.

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

Color convert

RGB997816-
CMYK00.210.840.61
HSL44.82º72.17%22.55%-
HSV(B)44.82º83.84%38.82%-
XYZ7.968.141.64-
YUV77.2193.46143.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.30%
GREEN value IS 78 (30.86% from 255) = 40.41%
BLUE value IS 16 (6.64% from 255) = 8.29%
R=51.30%
G=40.41%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99781600.210.840.6144.8272.1722.55
Hex634E10015543D2d4817
Octal14311620025124755511027
Binary11000111001110100000101011010100111101101101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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