Html Css Color HEX #604E28 West Coast

📋 copy color: '#604E28'

red 96 ◦ green 78 ◦ blue 40

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

Shades of West Coast #604E28

Tints of West Coast #604E28

RGB

 RED value IS 96 (37.89% from 255) = 44.86%

 GREEN value IS 78 (30.86% from 255) = 36.45%

 BLUE value IS 40 (16.02% from 255) = 18.69%

R = 44.86%
G = 36.45%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#604E28 (or 0x604E28) is known color: West Coast. HEX triplet: 60, 4E and 28. RGB value is (96,78,40). Sum of RGB (Red+Green+Blue) = 96+78+40=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #604E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E28 is #9FB1D7. Grayscale: #4F4F4F. Windows color (decimal): -10465752 or 2641504. OLE color: 2641504.

HSL color Cylindrical-coordinate representation of color #604E28: 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 #604E28 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 78 40 -
CMYK 0 0.19 0.58 0.62
HSL 40.71º 0.41% 0.27% -
HSV(B) 40.71º 0.58% 0.38% -
XYZ 7.93 8.09 3.15 -
YUV 79.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 96 78 40 0 0.19 0.58 0.62 40.71 0.41 0.27
Hex 60 4E 28 0 13 3A 3E 29 29 1B
Octal 140 116 50 0 23 72 76 51 51 33
Binary 1100000 1001110 101000 0 10011 111010 111110 101001 101001 11011

Color Harmonies of #604E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604E28

Black with #604E28

Text Example


Text Example

White with #604E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604E28; }

 p { color: rgb(96,78,40); }

 H1.HeaderClassName
 {
   color: #604E28;
 }
 .AnyTagClassName
 {
   color: #604E28;
 }
</style>

background-color css

<style>
 a { background-color: #604E28; }

 a { background-color: rgb(96,78,40); }

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

border-color css

<style>
 span { border-color: #604E28; }

 span { border-color: rgb(96,78,40); }

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