#614F3F

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

Shades of Rock #614F3F

Tints of Rock #614F3F

Color information

#614F3F (or 0x614F3F) is unknown color: approx Rock. HEX triplet: 61, 4F and 3F. RGB value is (97,79,63). Sum of RGB (Red+Green+Blue) = 97+79+63=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #614F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614F3F is #9EB0C0. Grayscale: #525252. Windows color (decimal): -10399937 or 4149089. OLE color: 4149089.

HSL color Cylindrical-coordinate representation of color #614F3F: hue angle of 28.24º 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 #614F3F is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB977963-
CMYK00.190.350.62
HSL28.24º21.25%31.37%-
HSV(B)28.24º35.05%38.04%-
XYZ8.628.495.89-
YUV82.56116.96138.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.59%
GREEN value IS 79 (31.25% from 255) = 33.05%
BLUE value IS 63 (25% from 255) = 26.36%
R=40.59%
G=33.05%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97796300.190.350.6228.2421.2531.37
Hex614F3F013233E1c151f
Octal141117770234376342537
Binary11000011001111111111010011100011111110111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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