#634B14

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

Shades of Raw Umber #634B14

Tints of Raw Umber #634B14

Color information

#634B14 (or 0x634B14) is unknown color: approx Raw Umber. HEX triplet: 63, 4B and 14. RGB value is (99,75,20). Sum of RGB (Red+Green+Blue) = 99+75+20=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #634B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634B14 is #9CB4EB. Grayscale: #4C4C4C. Windows color (decimal): -10269932 or 1330019. OLE color: 1330019.

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

Color convert

RGB997520-
CMYK00.240.800.61
HSL41.77º66.39%23.33%-
HSV(B)41.77º79.8%38.82%-
XYZ7.797.741.74-
YUV75.9196.45144.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.03%
GREEN value IS 75 (29.69% from 255) = 38.66%
BLUE value IS 20 (8.20% from 255) = 10.31%
R=51.03%
G=38.66%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99752000.240.800.6141.7766.3923.33
Hex634B14018503D2a4217
Octal14311324030120755210227
Binary11000111001011101000110001010000111101101010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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