#634C0C

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

Shades of Raw Umber #634C0C

Tints of Raw Umber #634C0C

Color information

#634C0C (or 0x634C0C) is unknown color: approx Raw Umber. HEX triplet: 63, 4C and 0C. RGB value is (99,76,12). Sum of RGB (Red+Green+Blue) = 99+76+12=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #634C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634C0C is #9CB3F3. Grayscale: #4B4B4B. Windows color (decimal): -10269684 or 805987. OLE color: 805987.

HSL color Cylindrical-coordinate representation of color #634C0C: hue angle of 44.14º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #634C0C is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB997612-
CMYK00.230.880.61
HSL44.14º78.38%21.76%-
HSV(B)44.14º87.88%38.82%-
XYZ7.87.851.45-
YUV75.5892.12144.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.94%
GREEN value IS 76 (30.08% from 255) = 40.64%
BLUE value IS 12 (5.08% from 255) = 6.42%
R=52.94%
G=40.64%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99761200.230.880.6144.1478.3821.76
Hex634CC017583D2c4e16
Octal14311414027130755411626
Binary1100011100110011000101111011000111101101100100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,76,12); }

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

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

 a { background-color: rgb(99,76,12); }

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

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

 span { border-color: rgb(99,76,12); }

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