#635524

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

Shades of West Coast #635524

Tints of West Coast #635524

Color information

#635524 (or 0x635524) is unknown color: approx West Coast. HEX triplet: 63, 55 and 24. RGB value is (99,85,36). Sum of RGB (Red+Green+Blue) = 99+85+36=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #635524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635524 is #9CAADB. Grayscale: #535353. Windows color (decimal): -10267356 or 2381155. OLE color: 2381155.

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

Color convert

RGB998536-
CMYK00.140.640.61
HSL46.67º46.67%26.47%-
HSV(B)46.67º63.64%38.82%-
XYZ8.719.283-
YUV83.6101.14138.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 36 (14.45% from 255) = 16.36%
R=45%
G=38.64%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99853600.140.640.6146.6746.6726.47
Hex6355240E403D2f2f1a
Octal1431254401610075575732
Binary1100011101010110010001110100000011110110111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635524; }

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

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

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

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

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

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

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

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