#62502B

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

Shades of West Coast #62502B

Tints of West Coast #62502B

Color information

#62502B (or 0x62502B) is unknown color: approx West Coast. HEX triplet: 62, 50 and 2B. RGB value is (98,80,43). Sum of RGB (Red+Green+Blue) = 98+80+43=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 98 - color contains mainly: red. Hex color #62502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62502B is #9DAFD4. Grayscale: #515151. Windows color (decimal): -10334165 or 2838626. OLE color: 2838626.

HSL color Cylindrical-coordinate representation of color #62502B: hue angle of 40.36º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62502B is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB988043-
CMYK00.180.560.62
HSL40.36º39.01%27.65%-
HSV(B)40.36º56.12%38.43%-
XYZ8.348.513.49-
YUV81.16106.46140.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.34%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 43 (17.19% from 255) = 19.46%
R=44.34%
G=36.20%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98804300.180.560.6240.3639.0127.65
Hex62502B012383E28271c
Octal142120530227076504734
Binary1100010101000010101101001011100011111010100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62502B; }

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

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

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

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

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

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

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

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