#635526

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

Shades of West Coast #635526

Tints of West Coast #635526

Color information

#635526 (or 0x635526) is unknown color: approx West Coast. HEX triplet: 63, 55 and 26. RGB value is (99,85,38). Sum of RGB (Red+Green+Blue) = 99+85+38=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #635526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635526 is #9CAAD9. Grayscale: #545454. Windows color (decimal): -10267354 or 2512227. OLE color: 2512227.

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

Color convert

RGB998538-
CMYK00.140.620.61
HSL46.23º44.53%26.86%-
HSV(B)46.23º61.62%38.82%-
XYZ8.749.293.17-
YUV83.83102.14138.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.59%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 38 (15.23% from 255) = 17.12%
R=44.59%
G=38.29%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99853800.140.620.6146.2344.5326.86
Hex6355260E3E3D2e2d1b
Octal143125460167675565533
Binary110001110101011001100111011111011110110111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635526; }

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

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

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

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

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

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

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

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