#635229

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

Shades of West Coast #635229

Tints of West Coast #635229

Color information

#635229 (or 0x635229) is unknown color: approx West Coast. HEX triplet: 63, 52 and 29. RGB value is (99,82,41). Sum of RGB (Red+Green+Blue) = 99+82+41=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #635229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635229 is #9CADD6. Grayscale: #525252. Windows color (decimal): -10268119 or 2708067. OLE color: 2708067.

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

Color convert

RGB998241-
CMYK00.170.590.61
HSL42.41º41.43%27.45%-
HSV(B)42.41º58.59%38.82%-
XYZ8.568.853.35-
YUV82.41104.63139.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.59%
GREEN value IS 82 (32.42% from 255) = 36.94%
BLUE value IS 41 (16.41% from 255) = 18.47%
R=44.59%
G=36.94%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99824100.170.590.6142.4141.4327.45
Hex6352290113B3D2a291b
Octal143122510217375525133
Binary1100011101001010100101000111101111110110101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635229; }

 p { color: rgb(99,82,41); }

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

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

 a { background-color: rgb(99,82,41); }

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

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

 span { border-color: rgb(99,82,41); }

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