#625331

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

Shades of West Coast #625331

Tints of West Coast #625331

Color information

#625331 (or 0x625331) is unknown color: approx West Coast. HEX triplet: 62, 53 and 31. RGB value is (98,83,49). Sum of RGB (Red+Green+Blue) = 98+83+49=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 98 - color contains mainly: red. Hex color #625331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625331 is #9DACCE. Grayscale: #535353. Windows color (decimal): -10333391 or 3232610. OLE color: 3232610.

HSL color Cylindrical-coordinate representation of color #625331: hue angle of 41.63º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #625331 is Cyan = 0, Magento = 0.15, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB988349-
CMYK00.150.50.62
HSL41.63º33.33%28.82%-
HSV(B)41.63º50%38.43%-
XYZ8.6894.19-
YUV83.61108.47138.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.61%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 49 (19.53% from 255) = 21.30%
R=42.61%
G=36.09%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98834900.150.50.6241.6333.3328.82
Hex6253310F323E2a211d
Octal142123610176276524135
Binary110001010100111100010111111001011111010101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625331; }

 p { color: rgb(98,83,49); }

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

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

 a { background-color: rgb(98,83,49); }

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

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

 span { border-color: rgb(98,83,49); }

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