#635525

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

Shades of West Coast #635525

Tints of West Coast #635525

Color information

#635525 (or 0x635525) is unknown color: approx West Coast. HEX triplet: 63, 55 and 25. RGB value is (99,85,37). Sum of RGB (Red+Green+Blue) = 99+85+37=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #635525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635525 is #9CAADA. Grayscale: #535353. Windows color (decimal): -10267355 or 2446691. OLE color: 2446691.

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

Color convert

RGB998537-
CMYK00.140.630.61
HSL46.45º45.59%26.67%-
HSV(B)46.45º62.63%38.82%-
XYZ8.739.283.08-
YUV83.71101.64138.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.80%
GREEN value IS 85 (33.59% from 255) = 38.46%
BLUE value IS 37 (14.84% from 255) = 16.74%
R=44.80%
G=38.46%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99853700.140.630.6146.4545.5926.67
Hex6355250E3F3D2e2e1b
Octal143125450167775565633
Binary110001110101011001010111011111111110110111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635525; }

 p { color: rgb(99,85,37); }

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

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

 a { background-color: rgb(99,85,37); }

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

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

 span { border-color: rgb(99,85,37); }

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