#635532

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

Shades of West Coast #635532

Tints of West Coast #635532

Color information

#635532 (or 0x635532) is unknown color: approx West Coast. HEX triplet: 63, 55 and 32. RGB value is (99,85,50). Sum of RGB (Red+Green+Blue) = 99+85+50=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 99 - color contains mainly: red. Hex color #635532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635532 is #9CAACD. Grayscale: #555555. Windows color (decimal): -10267342 or 3298659. OLE color: 3298659.

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

Color convert

RGB998550-
CMYK00.140.490.61
HSL42.86º32.89%29.22%-
HSV(B)42.86º49.49%38.82%-
XYZ8.979.384.36-
YUV85.2108.14137.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.31%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 50 (19.92% from 255) = 21.37%
R=42.31%
G=36.32%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99855000.140.490.6142.8632.8929.22
Hex6355320E313D2b211d
Octal143125620166175534135
Binary110001110101011100100111011000111110110101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635532; }

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

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

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

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

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

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

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

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