#625529

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

Shades of West Coast #625529

Tints of West Coast #625529

Color information

#625529 (or 0x625529) is unknown color: approx West Coast. HEX triplet: 62, 55 and 29. RGB value is (98,85,41). Sum of RGB (Red+Green+Blue) = 98+85+41=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 98 - color contains mainly: red. Hex color #625529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625529 is #9DAAD6. Grayscale: #545454. Windows color (decimal): -10332887 or 2708834. OLE color: 2708834.

HSL color Cylindrical-coordinate representation of color #625529: hue angle of 46.32º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #625529 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB988541-
CMYK00.130.580.62
HSL46.32º41.01%27.25%-
HSV(B)46.32º58.16%38.43%-
XYZ8.699.253.43-
YUV83.87103.81138.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.75%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 41 (16.41% from 255) = 18.30%
R=43.75%
G=37.95%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98854100.130.580.6246.3241.0127.25
Hex6255290D3A3E2e291b
Octal142125510157276565133
Binary110001010101011010010110111101011111010111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625529; }

 p { color: rgb(98,85,41); }

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

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

 a { background-color: rgb(98,85,41); }

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

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

 span { border-color: rgb(98,85,41); }

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