#625632

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

Shades of West Coast #625632

Tints of West Coast #625632

Color information

#625632 (or 0x625632) is unknown color: approx West Coast. HEX triplet: 62, 56 and 32. RGB value is (98,86,50). Sum of RGB (Red+Green+Blue) = 98+86+50=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 98 - color contains mainly: red. Hex color #625632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625632 is #9DA9CD. Grayscale: #555555. Windows color (decimal): -10332622 or 3298914. OLE color: 3298914.

HSL color Cylindrical-coordinate representation of color #625632: hue angle of 45º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #625632 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB988650-
CMYK00.120.490.62
HSL45º32.43%29.02%-
HSV(B)45º48.98%38.43%-
XYZ8.949.484.38-
YUV85.48107.98136.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.88%
GREEN value IS 86 (33.98% from 255) = 36.75%
BLUE value IS 50 (19.92% from 255) = 21.37%
R=41.88%
G=36.75%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98865000.120.490.624532.4329.02
Hex6256320C313E2d201d
Octal142126620146176554035
Binary110001010101101100100110011000111111010110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625632; }

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

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

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

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

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

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

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

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