#61503F

Color #61503F Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock #61503F

Tints of Rock #61503F

Color information

#61503F (or 0x61503F) is unknown color: approx Rock. HEX triplet: 61, 50 and 3F. RGB value is (97,80,63). Sum of RGB (Red+Green+Blue) = 97+80+63=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #61503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61503F is #9EAFC0. Grayscale: #535353. Windows color (decimal): -10399681 or 4149345. OLE color: 4149345.

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

Color convert

RGB978063-
CMYK00.180.350.62
HSL30º21.25%31.37%-
HSV(B)30º35.05%38.04%-
XYZ8.78.645.91-
YUV83.14116.63137.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.42%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 63 (25% from 255) = 26.25%
R=40.42%
G=33.33%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97806300.180.350.623021.2531.37
Hex61503F012233E1e151f
Octal141120770224376362537
Binary11000011010000111111010010100011111110111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61503F; }

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

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

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

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

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

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

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

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