#625030

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

Shades of West Coast #625030

Tints of West Coast #625030

Color information

#625030 (or 0x625030) is unknown color: approx West Coast. HEX triplet: 62, 50 and 30. RGB value is (98,80,48). Sum of RGB (Red+Green+Blue) = 98+80+48=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 98 - color contains mainly: red. Hex color #625030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625030 is #9DAFCF. Grayscale: #515151. Windows color (decimal): -10334160 or 3166306. OLE color: 3166306.

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

Color convert

RGB988048-
CMYK00.180.510.62
HSL38.4º34.25%28.63%-
HSV(B)38.4º51.02%38.43%-
XYZ8.448.554-
YUV81.73108.96139.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.36%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 48 (19.14% from 255) = 21.24%
R=43.36%
G=35.40%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98804800.180.510.6238.434.2528.63
Hex625030012333E26221d
Octal142120600226376464235
Binary1100010101000011000001001011001111111010011010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625030; }

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

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

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

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

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

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

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

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