#625332

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

Shades of West Coast #625332

Tints of West Coast #625332

Color information

#625332 (or 0x625332) is unknown color: approx West Coast. HEX triplet: 62, 53 and 32. RGB value is (98,83,50). Sum of RGB (Red+Green+Blue) = 98+83+50=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 98 - color contains mainly: red. Hex color #625332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625332 is #9DACCD. Grayscale: #535353. Windows color (decimal): -10333390 or 3298146. OLE color: 3298146.

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

Color convert

RGB988350-
CMYK00.150.490.62
HSL41.25º32.43%29.02%-
HSV(B)41.25º48.98%38.43%-
XYZ8.719.014.3-
YUV83.72108.97138.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.42%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 50 (19.92% from 255) = 21.65%
R=42.42%
G=35.93%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98835000.150.490.6241.2532.4329.02
Hex6253320F313E29201d
Octal142123620176176514035
Binary110001010100111100100111111000111111010100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625332; }

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

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

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

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

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

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

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

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