#625C0D

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

Shades of Costa Del Sol #625C0D

Tints of Costa Del Sol #625C0D

Color information

#625C0D (or 0x625C0D) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5C and 0D. RGB value is (98,92,13). Sum of RGB (Red+Green+Blue) = 98+92+13=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #625C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625C0D is #9DA3F2. Grayscale: #555555. Windows color (decimal): -10331123 or 875618. OLE color: 875618.

HSL color Cylindrical-coordinate representation of color #625C0D: hue angle of 55.76º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #625C0D is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB989213-
CMYK00.060.870.62
HSL55.76º76.58%21.76%-
HSV(B)55.76º86.73%38.43%-
XYZ8.9410.281.89-
YUV84.7987.49137.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.28%
GREEN value IS 92 (36.33% from 255) = 45.32%
BLUE value IS 13 (5.47% from 255) = 6.40%
R=48.28%
G=45.32%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98921300.060.870.6255.7676.5821.76
Hex625CD06573E384d16
Octal1421341506127767011526
Binary11000101011100110101101010111111110111000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,92,13); }

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

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

 a { background-color: rgb(98,92,13); }

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

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

 span { border-color: rgb(98,92,13); }

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