#61460C

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

Shades of Raw Umber #61460C

Tints of Raw Umber #61460C

Color information

#61460C (or 0x61460C) is unknown color: approx Raw Umber. HEX triplet: 61, 46 and 0C. RGB value is (97,70,12). Sum of RGB (Red+Green+Blue) = 97+70+12=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #61460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61460C is #9EB9F3. Grayscale: #474747. Windows color (decimal): -10402292 or 804449. OLE color: 804449.

HSL color Cylindrical-coordinate representation of color #61460C: hue angle of 40.94º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61460C is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB977012-
CMYK00.280.880.62
HSL40.94º77.98%21.37%-
HSV(B)40.94º87.63%38.04%-
XYZ7.196.951.31-
YUV71.4694.45146.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.19%
GREEN value IS 70 (27.73% from 255) = 39.11%
BLUE value IS 12 (5.08% from 255) = 6.70%
R=54.19%
G=39.11%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97701200.280.880.6240.9477.9821.37
Hex6146C01C583E294e15
Octal14110614034130765111625
Binary1100001100011011000111001011000111110101001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61460C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61460C; }

 p { color: rgb(97,70,12); }

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

<style>
 a { background-color: #61460C; }

 a { background-color: rgb(97,70,12); }

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

<style>
 span { border-color: #61460C; }

 span { border-color: rgb(97,70,12); }

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