#625430

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

Shades of West Coast #625430

Tints of West Coast #625430

Color information

#625430 (or 0x625430) is unknown color: approx West Coast. HEX triplet: 62, 54 and 30. RGB value is (98,84,48). Sum of RGB (Red+Green+Blue) = 98+84+48=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 98 - color contains mainly: red. Hex color #625430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625430 is #9DABCF. Grayscale: #545454. Windows color (decimal): -10333136 or 3167330. OLE color: 3167330.

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

Color convert

RGB988448-
CMYK00.140.510.62
HSL43.2º34.25%28.63%-
HSV(B)43.2º51.02%38.43%-
XYZ8.749.154.1-
YUV84.08107.64137.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.61%
GREEN value IS 84 (33.20% from 255) = 36.52%
BLUE value IS 48 (19.14% from 255) = 20.87%
R=42.61%
G=36.52%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98844800.140.510.6243.234.2528.63
Hex6254300E333E2b221d
Octal142124600166376534235
Binary110001010101001100000111011001111111010101110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625430; }

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

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

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

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

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

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

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

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