#615000

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

Shades of Raw Umber #615000

Tints of Raw Umber #615000

Color information

#615000 (or 0x615000) is unknown color: approx Raw Umber. HEX triplet: 61, 50 and 00. RGB value is (97,80,0). Sum of RGB (Red+Green+Blue) = 97+80+0=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #615000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615000 is #9EAFFF. Grayscale: #4C4C4C. Windows color (decimal): -10399744 or 20577. OLE color: 20577.

HSL color Cylindrical-coordinate representation of color #615000: hue angle of 49.48º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #615000 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB97800-
CMYK00.1810.62
HSL49.48º100%19.02%-
HSV(B)49.48º100%38.04%-
XYZ7.88.281.19-
YUV75.9685.13143-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.80%
GREEN value IS 80 (31.64% from 255) = 45.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.80%
G=45.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9780000.1810.6249.4810019.02
Hex61500012643E316413
Octal1411200022144766114423
Binary1100001101000000100101100100111110110001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615000; }

 p { color: rgb(97,80,0); }

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

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

 a { background-color: rgb(97,80,0); }

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

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

 span { border-color: rgb(97,80,0); }

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