#635331

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

Shades of West Coast #635331

Tints of West Coast #635331

Color information

#635331 (or 0x635331) is unknown color: approx West Coast. HEX triplet: 63, 53 and 31. RGB value is (99,83,49). Sum of RGB (Red+Green+Blue) = 99+83+49=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #635331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635331 is #9CACCE. Grayscale: #545454. Windows color (decimal): -10267855 or 3232611. OLE color: 3232611.

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

Color convert

RGB998349-
CMYK00.160.510.61
HSL40.8º33.78%29.02%-
HSV(B)40.8º50.51%38.82%-
XYZ8.799.064.19-
YUV83.91108.3138.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.86%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 49 (19.53% from 255) = 21.21%
R=42.86%
G=35.93%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99834900.160.510.6140.833.7829.02
Hex635331010333D29221d
Octal143123610206375514235
Binary1100011101001111000101000011001111110110100110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635331; }

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

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

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

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

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

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

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

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