#625031

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

Shades of West Coast #625031

Tints of West Coast #625031

Color information

#625031 (or 0x625031) is unknown color: approx West Coast. HEX triplet: 62, 50 and 31. RGB value is (98,80,49). Sum of RGB (Red+Green+Blue) = 98+80+49=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 98 - color contains mainly: red. Hex color #625031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625031 is #9DAFCE. Grayscale: #515151. Windows color (decimal): -10334159 or 3231842. OLE color: 3231842.

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

Color convert

RGB988049-
CMYK00.180.50.62
HSL37.96º33.33%28.82%-
HSV(B)37.96º50%38.43%-
XYZ8.468.564.11-
YUV81.85109.46139.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.17%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 49 (19.53% from 255) = 21.59%
R=43.17%
G=35.24%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98804900.180.50.6237.9633.3328.82
Hex625031012323E26211d
Octal142120610226276464135
Binary1100010101000011000101001011001011111010011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625031; }

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

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

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

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

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

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

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

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