#625527

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

Shades of West Coast #625527

Tints of West Coast #625527

Color information

#625527 (or 0x625527) is unknown color: approx West Coast. HEX triplet: 62, 55 and 27. RGB value is (98,85,39). Sum of RGB (Red+Green+Blue) = 98+85+39=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 98 - color contains mainly: red. Hex color #625527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625527 is #9DAAD8. Grayscale: #535353. Windows color (decimal): -10332889 or 2577762. OLE color: 2577762.

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

Color convert

RGB988539-
CMYK00.130.600.62
HSL46.78º43.07%26.86%-
HSV(B)46.78º60.2%38.43%-
XYZ8.659.243.25-
YUV83.64102.81138.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.14%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 39 (15.62% from 255) = 17.57%
R=44.14%
G=38.29%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98853900.130.600.6246.7843.0726.86
Hex6255270D3C3E2f2b1b
Octal142125470157476575333
Binary110001010101011001110110111110011111010111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625527; }

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

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

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

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

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

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

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

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