#635A34

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

Shades of West Coast #635A34

Tints of West Coast #635A34

Color information

#635A34 (or 0x635A34) is unknown color: approx West Coast. HEX triplet: 63, 5A and 34. RGB value is (99,90,52). Sum of RGB (Red+Green+Blue) = 99+90+52=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #635A34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635A34 is #9CA5CB. Grayscale: #585858. Windows color (decimal): -10266060 or 3431011. OLE color: 3431011.

HSL color Cylindrical-coordinate representation of color #635A34: hue angle of 48.51º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #635A34 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB999052-
CMYK00.090.470.61
HSL48.51º31.13%29.61%-
HSV(B)48.51º47.47%38.82%-
XYZ9.4210.214.72-
YUV88.36107.48135.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.08%
GREEN value IS 90 (35.55% from 255) = 37.34%
BLUE value IS 52 (20.70% from 255) = 21.58%
R=41.08%
G=37.34%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99905200.090.470.6148.5131.1329.61
Hex635A34092F3D311f1e
Octal143132640115775613736
Binary11000111011010110100010011011111111011100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635A34; }

 p { color: rgb(99,90,52); }

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

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

 a { background-color: rgb(99,90,52); }

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

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

 span { border-color: rgb(99,90,52); }

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