#614D28

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

Shades of West Coast #614D28

Tints of West Coast #614D28

Color information

#614D28 (or 0x614D28) is unknown color: approx West Coast. HEX triplet: 61, 4D and 28. RGB value is (97,77,40). Sum of RGB (Red+Green+Blue) = 97+77+40=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #614D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D28 is #9EB2D7. Grayscale: #4E4E4E. Windows color (decimal): -10400472 or 2641249. OLE color: 2641249.

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

Color convert

RGB977740-
CMYK00.210.590.62
HSL38.95º41.61%26.86%-
HSV(B)38.95º58.76%38.04%-
XYZ7.9783.13-
YUV78.76106.13141.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 40 (16.02% from 255) = 18.69%
R=45.33%
G=35.98%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97774000.210.590.6238.9541.6126.86
Hex614D280153B3E272a1b
Octal141115500257376475233
Binary1100001100110110100001010111101111111010011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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