#625328

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

Shades of West Coast #625328

Tints of West Coast #625328

Color information

#625328 (or 0x625328) is unknown color: approx West Coast. HEX triplet: 62, 53 and 28. RGB value is (98,83,40). Sum of RGB (Red+Green+Blue) = 98+83+40=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 98 - color contains mainly: red. Hex color #625328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625328 is #9DACD7. Grayscale: #525252. Windows color (decimal): -10333400 or 2642786. OLE color: 2642786.

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

Color convert

RGB988340-
CMYK00.150.590.62
HSL44.48º42.03%27.06%-
HSV(B)44.48º59.18%38.43%-
XYZ8.518.943.28-
YUV82.58103.97139-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.34%
GREEN value IS 83 (32.81% from 255) = 37.56%
BLUE value IS 40 (16.02% from 255) = 18.10%
R=44.34%
G=37.56%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98834000.150.590.6244.4842.0327.06
Hex6253280F3B3E2c2a1b
Octal142123500177376545233
Binary110001010100111010000111111101111111010110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625328; }

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

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

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

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

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

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

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

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