#635332

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

Shades of West Coast #635332

Tints of West Coast #635332

Color information

#635332 (or 0x635332) is unknown color: approx West Coast. HEX triplet: 63, 53 and 32. RGB value is (99,83,50). Sum of RGB (Red+Green+Blue) = 99+83+50=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #635332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635332 is #9CACCD. Grayscale: #545454. Windows color (decimal): -10267854 or 3298147. OLE color: 3298147.

HSL color Cylindrical-coordinate representation of color #635332: hue angle of 40.41º 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 #635332 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB998350-
CMYK00.160.490.61
HSL40.41º32.89%29.22%-
HSV(B)40.41º49.49%38.82%-
XYZ8.819.074.3-
YUV84.02108.8138.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.67%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 50 (19.92% from 255) = 21.55%
R=42.67%
G=35.78%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99835000.160.490.6140.4132.8929.22
Hex635332010313D28211d
Octal143123620206175504135
Binary1100011101001111001001000011000111110110100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635332; }

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

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

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

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

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

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

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

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