Html Css Color HEX #605331 West Coast

📋 copy color: '#605331'

red 96 ◦ green 83 ◦ blue 49

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

Shades of West Coast #605331

Tints of West Coast #605331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.4%

 BLUE value IS 49 (19.53% from 255) = 21.49%

R = 42.11%
G = 36.4%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#605331 (or 0x605331) is known color: West Coast. HEX triplet: 60, 53 and 31. RGB value is (96,83,49). Sum of RGB (Red+Green+Blue) = 96+83+49=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #605331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605331 is #9FACCE. Grayscale: #535353. Windows color (decimal): -10464463 or 3232608. OLE color: 3232608.

HSL color Cylindrical-coordinate representation of color #605331: hue angle of 43.4º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #605331 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 83 49 -
CMYK 0 0.14 0.49 0.62
HSL 43.4º 0.32% 0.28% -
HSV(B) 43.4º 0.49% 0.38% -
XYZ 8.47 8.9 4.18 -
YUV 83.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 96 83 49 0 0.14 0.49 0.62 43.4 0.32 0.28
Hex 60 53 31 0 E 31 3E 2B 20 1C
Octal 140 123 61 0 16 61 76 53 40 34
Binary 1100000 1010011 110001 0 1110 110001 111110 101011 100000 11100

Color Harmonies of #605331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605331

Black with #605331

Text Example


Text Example

White with #605331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605331; }

 p { color: rgb(96,83,49); }

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

background-color css

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

 a { background-color: rgb(96,83,49); }

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

border-color css

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

 span { border-color: rgb(96,83,49); }

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