#635235

Color #635235 West Coast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of West Coast #635235

Tints of West Coast #635235

Color information

#635235 (or 0x635235) is unknown color: approx West Coast. HEX triplet: 63, 52 and 35. RGB value is (99,82,53). Sum of RGB (Red+Green+Blue) = 99+82+53=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 99 - color contains mainly: red. Hex color #635235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635235 is #9CADCA. Grayscale: #535353. Windows color (decimal): -10268107 or 3494499. OLE color: 3494499.

HSL color Cylindrical-coordinate representation of color #635235: hue angle of 37.83º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #635235 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB998253-
CMYK00.170.460.61
HSL37.83º30.26%29.8%-
HSV(B)37.83º46.46%38.82%-
XYZ8.818.944.63-
YUV83.78110.63138.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.31%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 53 (21.09% from 255) = 22.65%
R=42.31%
G=35.04%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99825300.170.460.6137.8330.2629.8
Hex6352350112E3D261e1e
Octal143122650215675463636
Binary110001110100101101010100011011101111011001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635235; }

 p { color: rgb(99,82,53); }

 H1.HeaderClassName
 {
   color: #635235;
 }
 .AnyTagClassName
 {
   color: #635235;
 }
</style>
background-color css

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

 a { background-color: rgb(99,82,53); }

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

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

 span { border-color: rgb(99,82,53); }

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