Html Css Color HEX #604D28 West Coast

📋 copy color: '#604D28'

red 96 ◦ green 77 ◦ blue 40

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

Shades of West Coast #604D28

Tints of West Coast #604D28

RGB

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

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

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

R = 45.07%
G = 36.15%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#604D28 (or 0x604D28) is known color: West Coast. HEX triplet: 60, 4D and 28. RGB value is (96,77,40). Sum of RGB (Red+Green+Blue) = 96+77+40=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #604D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D28 is #9FB2D7. Grayscale: #4E4E4E. Windows color (decimal): -10466008 or 2641248. OLE color: 2641248.

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

Color convert

RGB 96 77 40 -
CMYK 0 0.20 0.58 0.62
HSL 39.64º 0.41% 0.27% -
HSV(B) 39.64º 0.58% 0.38% -
XYZ 7.86 7.95 3.13 -
YUV 78.46 106.29 140.51 -
System Red Green Blue C M Y K H S L
Decimal 96 77 40 0 0.20 0.58 0.62 39.64 0.41 0.27
Hex 60 4D 28 0 14 3A 3E 28 29 1B
Octal 140 115 50 0 24 72 76 50 51 33
Binary 1100000 1001101 101000 0 10100 111010 111110 101000 101001 11011

Color Harmonies of #604D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604D28

Black with #604D28

Text Example


Text Example

White with #604D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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