Html Css Color HEX #614F30 West Coast

📋 copy color: '#614F30'

red 97 ◦ green 79 ◦ blue 48

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

Shades of West Coast #614F30

Tints of West Coast #614F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.43%

R = 43.3%
G = 35.27%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#614F30 (or 0x614F30) is known color: West Coast. HEX triplet: 61, 4F and 30. RGB value is (97,79,48). Sum of RGB (Red+Green+Blue) = 97+79+48=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #614F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614F30 is #9EB0CF. Grayscale: #505050. Windows color (decimal): -10399952 or 3166049. OLE color: 3166049.

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

Color convert

RGB 97 79 48 -
CMYK 0 0.19 0.51 0.62
HSL 37.96º 0.34% 0.28% -
HSV(B) 37.96º 0.51% 0.38% -
XYZ 8.26 8.35 3.97 -
YUV 80.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 97 79 48 0 0.19 0.51 0.62 37.96 0.34 0.28
Hex 61 4F 30 0 13 33 3E 26 22 1C
Octal 141 117 60 0 23 63 76 46 42 34
Binary 1100001 1001111 110000 0 10011 110011 111110 100110 100010 11100

Color Harmonies of #614F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F30

Black with #614F30

Text Example


Text Example

White with #614F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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