#625526

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

Shades of West Coast #625526

Tints of West Coast #625526

Color information

#625526 (or 0x625526) is unknown color: approx West Coast. HEX triplet: 62, 55 and 26. RGB value is (98,85,38). Sum of RGB (Red+Green+Blue) = 98+85+38=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 98 - color contains mainly: red. Hex color #625526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625526 is #9DAAD9. Grayscale: #535353. Windows color (decimal): -10332890 or 2512226. OLE color: 2512226.

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

Color convert

RGB988538-
CMYK00.130.610.62
HSL47º44.12%26.67%-
HSV(B)47º61.22%38.43%-
XYZ8.649.233.16-
YUV83.53102.31138.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.34%
GREEN value IS 85 (33.59% from 255) = 38.46%
BLUE value IS 38 (15.23% from 255) = 17.19%
R=44.34%
G=38.46%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98853800.130.610.624744.1226.67
Hex6255260D3D3E2f2c1b
Octal142125460157576575433
Binary110001010101011001100110111110111111010111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625526; }

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

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

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

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

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

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

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

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