#625631

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

Shades of West Coast #625631

Tints of West Coast #625631

Color information

#625631 (or 0x625631) is unknown color: approx West Coast. HEX triplet: 62, 56 and 31. RGB value is (98,86,49). Sum of RGB (Red+Green+Blue) = 98+86+49=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 98 - color contains mainly: red. Hex color #625631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625631 is #9DA9CE. Grayscale: #555555. Windows color (decimal): -10332623 or 3233378. OLE color: 3233378.

HSL color Cylindrical-coordinate representation of color #625631: hue angle of 45.31º 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 #625631 is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB988649-
CMYK00.120.50.62
HSL45.31º33.33%28.82%-
HSV(B)45.31º50%38.43%-
XYZ8.929.474.26-
YUV85.37107.48137.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.06%
GREEN value IS 86 (33.98% from 255) = 36.91%
BLUE value IS 49 (19.53% from 255) = 21.03%
R=42.06%
G=36.91%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98864900.120.50.6245.3133.3328.82
Hex6256310C323E2d211d
Octal142126610146276554135
Binary110001010101101100010110011001011111010110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625631; }

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

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

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

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

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

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

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

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