#635027

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

Shades of West Coast #635027

Tints of West Coast #635027

Color information

#635027 (or 0x635027) is unknown color: approx West Coast. HEX triplet: 63, 50 and 27. RGB value is (99,80,39). Sum of RGB (Red+Green+Blue) = 99+80+39=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #635027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635027 is #9CAFD8. Grayscale: #515151. Windows color (decimal): -10268633 or 2576483. OLE color: 2576483.

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

Color convert

RGB998039-
CMYK00.190.610.61
HSL41º43.48%27.06%-
HSV(B)41º60.61%38.82%-
XYZ8.388.543.13-
YUV81.01104.29140.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.41%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 39 (15.62% from 255) = 17.89%
R=45.41%
G=36.70%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99803900.190.610.614143.4827.06
Hex6350270133D3D292b1b
Octal143120470237575515333
Binary1100011101000010011101001111110111110110100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635027; }

 p { color: rgb(99,80,39); }

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

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

 a { background-color: rgb(99,80,39); }

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

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

 span { border-color: rgb(99,80,39); }

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