#635630

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

Shades of West Coast #635630

Tints of West Coast #635630

Color information

#635630 (or 0x635630) is unknown color: approx West Coast. HEX triplet: 63, 56 and 30. RGB value is (99,86,48). Sum of RGB (Red+Green+Blue) = 99+86+48=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #635630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635630 is #9CA9CF. Grayscale: #555555. Windows color (decimal): -10267088 or 3167843. OLE color: 3167843.

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

Color convert

RGB998648-
CMYK00.130.520.61
HSL44.71º34.69%28.82%-
HSV(B)44.71º51.52%38.82%-
XYZ9.019.524.16-
YUV85.56106.81137.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.49%
GREEN value IS 86 (33.98% from 255) = 36.91%
BLUE value IS 48 (19.14% from 255) = 20.60%
R=42.49%
G=36.91%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99864800.130.520.6144.7134.6928.82
Hex6356300D343D2d231d
Octal143126600156475554335
Binary110001110101101100000110111010011110110110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635630; }

 p { color: rgb(99,86,48); }

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

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

 a { background-color: rgb(99,86,48); }

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

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

 span { border-color: rgb(99,86,48); }

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