Html Css Color HEX #614F2F West Coast

📋 copy color: '#614F2F'

red 97 ◦ green 79 ◦ blue 47

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

Shades of West Coast #614F2F

Tints of West Coast #614F2F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.43%

 BLUE value IS 47 (18.75% from 255) = 21.08%

R = 43.5%
G = 35.43%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#614F2F (or 0x614F2F) is known color: West Coast. HEX triplet: 61, 4F and 2F. RGB value is (97,79,47). Sum of RGB (Red+Green+Blue) = 97+79+47=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #614F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614F2F is #9EB0D0. Grayscale: #505050. Windows color (decimal): -10399953 or 3100513. OLE color: 3100513.

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

Color convert

RGB 97 79 47 -
CMYK 0 0.19 0.52 0.62
HSL 38.4º 0.35% 0.28% -
HSV(B) 38.4º 0.52% 0.38% -
XYZ 8.24 8.34 3.86 -
YUV 80.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 97 79 47 0 0.19 0.52 0.62 38.4 0.35 0.28
Hex 61 4F 2F 0 13 34 3E 26 23 1C
Octal 141 117 57 0 23 64 76 46 43 34
Binary 1100001 1001111 101111 0 10011 110100 111110 100110 100011 11100

Color Harmonies of #614F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F2F

Black with #614F2F

Text Example


Text Example

White with #614F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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