#62512D

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

Shades of West Coast #62512D

Tints of West Coast #62512D

Color information

#62512D (or 0x62512D) is unknown color: approx West Coast. HEX triplet: 62, 51 and 2D. RGB value is (98,81,45). Sum of RGB (Red+Green+Blue) = 98+81+45=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 98 - color contains mainly: red. Hex color #62512D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62512D is #9DAED2. Grayscale: #525252. Windows color (decimal): -10333907 or 2969954. OLE color: 2969954.

HSL color Cylindrical-coordinate representation of color #62512D: hue angle of 40.75º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62512D is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB988145-
CMYK00.170.540.62
HSL40.75º37.06%28.04%-
HSV(B)40.75º54.08%38.43%-
XYZ8.458.673.71-
YUV81.98107.13139.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.75%
GREEN value IS 81 (32.03% from 255) = 36.16%
BLUE value IS 45 (17.97% from 255) = 20.09%
R=43.75%
G=36.16%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98814500.170.540.6240.7537.0628.04
Hex62512D011363E29251c
Octal142121550216676514534
Binary1100010101000110110101000111011011111010100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62512D; }

 p { color: rgb(98,81,45); }

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

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

 a { background-color: rgb(98,81,45); }

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

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

 span { border-color: rgb(98,81,45); }

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