#614F29

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

Shades of West Coast #614F29

Tints of West Coast #614F29

Color information

#614F29 (or 0x614F29) is unknown color: approx West Coast. HEX triplet: 61, 4F and 29. RGB value is (97,79,41). Sum of RGB (Red+Green+Blue) = 97+79+41=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #614F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614F29 is #9EB0D6. Grayscale: #505050. Windows color (decimal): -10399959 or 2707297. OLE color: 2707297.

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

Color convert

RGB977941-
CMYK00.190.580.62
HSL40.71º40.58%27.06%-
HSV(B)40.71º57.73%38.04%-
XYZ8.138.293.27-
YUV80.05105.96140.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 79 (31.25% from 255) = 36.41%
BLUE value IS 41 (16.41% from 255) = 18.89%
R=44.70%
G=36.41%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97794100.190.580.6240.7140.5827.06
Hex614F290133A3E29291b
Octal141117510237276515133
Binary1100001100111110100101001111101011111010100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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