#626122

Color #626122 Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #626122

Tints of Costa Del Sol #626122

Color information

#626122 (or 0x626122) is unknown color: approx Costa Del Sol. HEX triplet: 62, 61 and 22. RGB value is (98,97,34). Sum of RGB (Red+Green+Blue) = 98+97+34=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 98 - color contains mainly: red. Hex color #626122 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626122 is #9D9EDD. Grayscale: #5A5A5A. Windows color (decimal): -10329822 or 2253154. OLE color: 2253154.

HSL color Cylindrical-coordinate representation of color #626122: hue angle of 59.06º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #626122 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB989734-
CMYK00.010.650.62
HSL59.06º48.48%25.88%-
HSV(B)59.06º65.31%38.43%-
XYZ9.611.263.18-
YUV90.1296.33133.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.79%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 34 (13.67% from 255) = 14.85%
R=42.79%
G=42.36%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98973400.010.650.6259.0648.4825.88
Hex62612201413E3b301a
Octal142141420110176736032
Binary1100010110000110001001100000111111011101111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626122; }

 p { color: rgb(98,97,34); }

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

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

 a { background-color: rgb(98,97,34); }

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

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

 span { border-color: rgb(98,97,34); }

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