#634E00

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

Shades of Raw Umber #634E00

Tints of Raw Umber #634E00

Color information

#634E00 (or 0x634E00) is unknown color: approx Raw Umber. HEX triplet: 63, 4E and 00. RGB value is (99,78,0). Sum of RGB (Red+Green+Blue) = 99+78+0=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #634E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634E00 is #9CB1FF. Grayscale: #4B4B4B. Windows color (decimal): -10269184 or 20067. OLE color: 20067.

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

Color convert

RGB99780-
CMYK00.2110.61
HSL47.27º100%19.41%-
HSV(B)47.27º100%38.82%-
XYZ7.878.11.15-
YUV75.3985.46144.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.93%
GREEN value IS 78 (30.86% from 255) = 44.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.93%
G=44.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9978000.2110.6147.2710019.41
Hex634E0015643D2f6413
Octal1431160025144755714423
Binary1100011100111000101011100100111101101111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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