Html Css Color HEX #614D29 West Coast

📋 copy color: '#614D29'

red 97 ◦ green 77 ◦ blue 41

#614D29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of West Coast #614D29

Tints of West Coast #614D29

RGB

 RED value IS 97 (38.28% from 255) = 45.12%

 GREEN value IS 77 (30.47% from 255) = 35.81%

 BLUE value IS 41 (16.41% from 255) = 19.07%

R = 45.12%
G = 35.81%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#614D29 (or 0x614D29) is known color: West Coast. HEX triplet: 61, 4D and 29. RGB value is (97,77,41). Sum of RGB (Red+Green+Blue) = 97+77+41=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #614D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D29 is #9EB2D6. Grayscale: #4F4F4F. Windows color (decimal): -10400471 or 2706785. OLE color: 2706785.

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

Color convert

RGB 97 77 41 -
CMYK 0 0.21 0.58 0.62
HSL 38.57º 0.41% 0.27% -
HSV(B) 38.57º 0.58% 0.38% -
XYZ 7.98 8.01 3.22 -
YUV 78.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 97 77 41 0 0.21 0.58 0.62 38.57 0.41 0.27
Hex 61 4D 29 0 15 3A 3E 27 29 1B
Octal 141 115 51 0 25 72 76 47 51 33
Binary 1100001 1001101 101001 0 10101 111010 111110 100111 101001 11011

Color Harmonies of #614D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D29

Black with #614D29

Text Example


Text Example

White with #614D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #614D29;
 }
 .AnyTagClassName
 {
   color: #614D29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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