#614F40

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

Shades of Rock #614F40

Tints of Rock #614F40

Color information

#614F40 (or 0x614F40) is unknown color: approx Rock. HEX triplet: 61, 4F and 40. RGB value is (97,79,64). Sum of RGB (Red+Green+Blue) = 97+79+64=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #614F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614F40 is #9EB0BF. Grayscale: #525252. Windows color (decimal): -10399936 or 4214625. OLE color: 4214625.

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

Color convert

RGB977964-
CMYK00.190.340.62
HSL27.27º20.5%31.57%-
HSV(B)27.27º34.02%38.04%-
XYZ8.658.56.04-
YUV82.67117.46138.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.42%
GREEN value IS 79 (31.25% from 255) = 32.92%
BLUE value IS 64 (25.39% from 255) = 26.67%
R=40.42%
G=32.92%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97796400.190.340.6227.2720.531.57
Hex614F40013223E1b1420
Octal1411171000234276332440
Binary1100001100111110000000100111000101111101101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614F40; }

 p { color: rgb(97,79,64); }

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

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

 a { background-color: rgb(97,79,64); }

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

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

 span { border-color: rgb(97,79,64); }

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