#625A26

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

Shades of Costa Del Sol #625A26

Tints of Costa Del Sol #625A26

Color information

#625A26 (or 0x625A26) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5A and 26. RGB value is (98,90,38). Sum of RGB (Red+Green+Blue) = 98+90+38=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 98 - color contains mainly: red. Hex color #625A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625A26 is #9DA5D9. Grayscale: #565656. Windows color (decimal): -10331610 or 2513506. OLE color: 2513506.

HSL color Cylindrical-coordinate representation of color #625A26: hue angle of 52º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #625A26 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB989038-
CMYK00.080.610.62
HSL52º44.12%26.67%-
HSV(B)52º61.22%38.43%-
XYZ9.0410.053.3-
YUV86.46100.65136.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.36%
GREEN value IS 90 (35.55% from 255) = 39.82%
BLUE value IS 38 (15.23% from 255) = 16.81%
R=43.36%
G=39.82%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98903800.080.610.625244.1226.67
Hex625A26083D3E342c1b
Octal142132460107576645433
Binary110001010110101001100100011110111111011010010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625A26; }

 p { color: rgb(98,90,38); }

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

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

 a { background-color: rgb(98,90,38); }

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

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

 span { border-color: rgb(98,90,38); }

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