#635028

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

Shades of West Coast #635028

Tints of West Coast #635028

Color information

#635028 (or 0x635028) is unknown color: approx West Coast. HEX triplet: 63, 50 and 28. RGB value is (99,80,40). Sum of RGB (Red+Green+Blue) = 99+80+40=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #635028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635028 is #9CAFD7. Grayscale: #515151. Windows color (decimal): -10268632 or 2642019. OLE color: 2642019.

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

Color convert

RGB998040-
CMYK00.190.600.61
HSL40.68º42.45%27.25%-
HSV(B)40.68º59.6%38.82%-
XYZ8.48.543.21-
YUV81.12104.79140.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.21%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 40 (16.02% from 255) = 18.26%
R=45.21%
G=36.53%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99804000.190.600.6140.6842.4527.25
Hex6350280133C3D292a1b
Octal143120500237475515233
Binary1100011101000010100001001111110011110110100110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635028; }

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

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

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

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

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

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

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

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