#625528

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

Shades of West Coast #625528

Tints of West Coast #625528

Color information

#625528 (or 0x625528) is unknown color: approx West Coast. HEX triplet: 62, 55 and 28. RGB value is (98,85,40). Sum of RGB (Red+Green+Blue) = 98+85+40=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 98 - color contains mainly: red. Hex color #625528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625528 is #9DAAD7. Grayscale: #535353. Windows color (decimal): -10332888 or 2643298. OLE color: 2643298.

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

Color convert

RGB988540-
CMYK00.130.590.62
HSL46.55º42.03%27.06%-
HSV(B)46.55º59.18%38.43%-
XYZ8.679.253.34-
YUV83.76103.31138.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.95%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 40 (16.02% from 255) = 17.94%
R=43.95%
G=38.12%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98854000.130.590.6246.5542.0327.06
Hex6255280D3B3E2f2a1b
Octal142125500157376575233
Binary110001010101011010000110111101111111010111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625528; }

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

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

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

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

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

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

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

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