#625A0B

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

Shades of Costa Del Sol #625A0B

Tints of Costa Del Sol #625A0B

Color information

#625A0B (or 0x625A0B) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5A and 0B. RGB value is (98,90,11). Sum of RGB (Red+Green+Blue) = 98+90+11=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #625A0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625A0B is #9DA5F4. Grayscale: #535353. Windows color (decimal): -10331637 or 744034. OLE color: 744034.

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

Color convert

RGB989011-
CMYK00.080.890.62
HSL54.48º79.82%21.37%-
HSV(B)54.48º88.78%38.43%-
XYZ8.759.931.77-
YUV83.3987.15138.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.25%
GREEN value IS 90 (35.55% from 255) = 45.23%
BLUE value IS 11 (4.69% from 255) = 5.53%
R=49.25%
G=45.23%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98901100.080.890.6254.4879.8221.37
Hex625AB08593E365015
Octal14213213010131766612025
Binary110001010110101011010001011001111110110110101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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