#615300

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

Shades of Raw Umber #615300

Tints of Raw Umber #615300

Color information

#615300 (or 0x615300) is unknown color: approx Raw Umber. HEX triplet: 61, 53 and 00. RGB value is (97,83,0). Sum of RGB (Red+Green+Blue) = 97+83+0=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #615300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615300 is #9EACFF. Grayscale: #4E4E4E. Windows color (decimal): -10398976 or 21345. OLE color: 21345.

HSL color Cylindrical-coordinate representation of color #615300: hue angle of 51.34º 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 #615300 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB97830-
CMYK00.1410.62
HSL51.34º100%19.02%-
HSV(B)51.34º100%38.04%-
XYZ8.028.731.26-
YUV77.7284.14141.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.89%
GREEN value IS 83 (32.81% from 255) = 46.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.89%
G=46.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9783000.1410.6251.3410019.02
Hex615300E643E336413
Octal1411230016144766314423
Binary110000110100110011101100100111110110011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615300; }

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

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

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

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

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

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

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

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