#614D38

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

Shades of Rock #614D38

Tints of Rock #614D38

Color information

#614D38 (or 0x614D38) is unknown color: approx Rock. HEX triplet: 61, 4D and 38. RGB value is (97,77,56). Sum of RGB (Red+Green+Blue) = 97+77+56=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #614D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D38 is #9EB2C7. Grayscale: #505050. Windows color (decimal): -10400456 or 3689825. OLE color: 3689825.

HSL color Cylindrical-coordinate representation of color #614D38: hue angle of 30.73º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #614D38 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB977756-
CMYK00.210.420.62
HSL30.73º26.8%30%-
HSV(B)30.73º42.27%38.04%-
XYZ8.38.134.87-
YUV80.59114.13139.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 77 (30.47% from 255) = 33.48%
BLUE value IS 56 (22.27% from 255) = 24.35%
R=42.17%
G=33.48%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97775600.210.420.6230.7326.830
Hex614D380152A3E1f1b1e
Octal141115700255276373336
Binary11000011001101111000010101101010111110111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,77,56); }

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

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

 a { background-color: rgb(97,77,56); }

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

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

 span { border-color: rgb(97,77,56); }

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