#625028

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

Shades of West Coast #625028

Tints of West Coast #625028

Color information

#625028 (or 0x625028) is unknown color: approx West Coast. HEX triplet: 62, 50 and 28. RGB value is (98,80,40). Sum of RGB (Red+Green+Blue) = 98+80+40=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 98 - color contains mainly: red. Hex color #625028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625028 is #9DAFD7. Grayscale: #515151. Windows color (decimal): -10334168 or 2642018. OLE color: 2642018.

HSL color Cylindrical-coordinate representation of color #625028: hue angle of 41.38º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #625028 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB988040-
CMYK00.180.590.62
HSL41.38º42.03%27.06%-
HSV(B)41.38º59.18%38.43%-
XYZ8.298.493.21-
YUV80.82104.96140.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.95%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 40 (16.02% from 255) = 18.35%
R=44.95%
G=36.70%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98804000.180.590.6241.3842.0327.06
Hex6250280123B3E292a1b
Octal142120500227376515233
Binary1100010101000010100001001011101111111010100110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625028; }

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

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

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

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

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

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

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

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