#625426

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

Shades of West Coast #625426

Tints of West Coast #625426

Color information

#625426 (or 0x625426) is unknown color: approx West Coast. HEX triplet: 62, 54 and 26. RGB value is (98,84,38). Sum of RGB (Red+Green+Blue) = 98+84+38=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 98 - color contains mainly: red. Hex color #625426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625426 is #9DABD9. Grayscale: #535353. Windows color (decimal): -10333146 or 2511970. OLE color: 2511970.

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

Color convert

RGB988438-
CMYK00.140.610.62
HSL46º44.12%26.67%-
HSV(B)46º61.22%38.43%-
XYZ8.569.083.13-
YUV82.94102.64138.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.55%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 38 (15.23% from 255) = 17.27%
R=44.55%
G=38.18%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98843800.140.610.624644.1226.67
Hex6254260E3D3E2e2c1b
Octal142124460167576565433
Binary110001010101001001100111011110111111010111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625426; }

 p { color: rgb(98,84,38); }

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

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

 a { background-color: rgb(98,84,38); }

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

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

 span { border-color: rgb(98,84,38); }

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