#614E3B

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

Shades of Rock #614E3B

Tints of Rock #614E3B

Color information

#614E3B (or 0x614E3B) is unknown color: approx Rock. HEX triplet: 61, 4E and 3B. RGB value is (97,78,59). Sum of RGB (Red+Green+Blue) = 97+78+59=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #614E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E3B is #9EB1C4. Grayscale: #515151. Windows color (decimal): -10400197 or 3886689. OLE color: 3886689.

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

Color convert

RGB977859-
CMYK00.200.390.62
HSL30º24.36%30.59%-
HSV(B)30º39.18%38.04%-
XYZ8.448.315.3-
YUV81.51115.29139.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.45%
GREEN value IS 78 (30.86% from 255) = 33.33%
BLUE value IS 59 (23.44% from 255) = 25.21%
R=41.45%
G=33.33%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97785900.200.390.623024.3630.59
Hex614E3B014273E1e181f
Octal141116730244776363037
Binary11000011001110111011010100100111111110111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,78,59); }

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

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

 a { background-color: rgb(97,78,59); }

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

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

 span { border-color: rgb(97,78,59); }

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