#634F10

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

Shades of Raw Umber #634F10

Tints of Raw Umber #634F10

Color information

#634F10 (or 0x634F10) is unknown color: approx Raw Umber. HEX triplet: 63, 4F and 10. RGB value is (99,79,16). Sum of RGB (Red+Green+Blue) = 99+79+16=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #634F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634F10 is #9CB0EF. Grayscale: #4E4E4E. Windows color (decimal): -10268912 or 1068899. OLE color: 1068899.

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

Color convert

RGB997916-
CMYK00.200.840.61
HSL45.54º72.17%22.55%-
HSV(B)45.54º83.84%38.82%-
XYZ8.048.281.67-
YUV77.893.13143.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.03%
GREEN value IS 79 (31.25% from 255) = 40.72%
BLUE value IS 16 (6.64% from 255) = 8.25%
R=51.03%
G=40.72%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99791600.200.840.6145.5472.1722.55
Hex634F10014543D2e4817
Octal14311720024124755611027
Binary11000111001111100000101001010100111101101110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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