#634A08

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

Shades of Raw Umber #634A08

Tints of Raw Umber #634A08

Color information

#634A08 (or 0x634A08) is unknown color: approx Raw Umber. HEX triplet: 63, 4A and 08. RGB value is (99,74,8). Sum of RGB (Red+Green+Blue) = 99+74+8=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #634A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634A08 is #9CB5F7. Grayscale: #4A4A4A. Windows color (decimal): -10270200 or 543331. OLE color: 543331.

HSL color Cylindrical-coordinate representation of color #634A08: hue angle of 43.52º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #634A08 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB99748-
CMYK00.250.920.61
HSL43.52º85.05%20.98%-
HSV(B)43.52º91.92%38.82%-
XYZ7.647.571.29-
YUV73.9590.78145.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.70%
GREEN value IS 74 (29.30% from 255) = 40.88%
BLUE value IS 8 (3.52% from 255) = 4.42%
R=54.70%
G=40.88%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9974800.250.920.6143.5285.0520.98
Hex634A80195C3D2c5515
Octal14311210031134755412525
Binary1100011100101010000110011011100111101101100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,74,8); }

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

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

 a { background-color: rgb(99,74,8); }

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

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

 span { border-color: rgb(99,74,8); }

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