#625524

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

Shades of West Coast #625524

Tints of West Coast #625524

Color information

#625524 (or 0x625524) is unknown color: approx West Coast. HEX triplet: 62, 55 and 24. RGB value is (98,85,36). Sum of RGB (Red+Green+Blue) = 98+85+36=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 98 - color contains mainly: red. Hex color #625524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625524 is #9DAADB. Grayscale: #535353. Windows color (decimal): -10332892 or 2381154. OLE color: 2381154.

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

Color convert

RGB988536-
CMYK00.130.630.62
HSL47.42º46.27%26.27%-
HSV(B)47.42º63.27%38.43%-
XYZ8.69.223-
YUV83.3101.31138.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.75%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 36 (14.45% from 255) = 16.44%
R=44.75%
G=38.81%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98853600.130.630.6247.4246.2726.27
Hex6255240D3F3E2f2e1a
Octal142125440157776575632
Binary110001010101011001000110111111111111010111110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625524; }

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

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

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

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

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

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

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

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