#676030

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

Shades of Costa Del Sol #676030

Tints of Costa Del Sol #676030

Color information

#676030 (or 0x676030) is unknown color: approx Costa Del Sol. HEX triplet: 67, 60 and 30. RGB value is (103,96,48). Sum of RGB (Red+Green+Blue) = 103+96+48=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 103 - color contains mainly: red. Hex color #676030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676030 is #989FCF. Grayscale: #5C5C5C. Windows color (decimal): -10002384 or 3170407. OLE color: 3170407.

HSL color Cylindrical-coordinate representation of color #676030: hue angle of 52.36º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #676030 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB1039648-
CMYK00.070.530.60
HSL52.36º36.42%29.61%-
HSV(B)52.36º53.4%40.39%-
XYZ10.3111.464.47-
YUV92.62102.82135.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.70%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 48 (19.14% from 255) = 19.43%
R=41.70%
G=38.87%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103964800.070.530.6052.3636.4229.61
Hex67603007353C34241e
Octal14714060076574644436
Binary11001111100000110000011111010111110011010010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676030; }

 p { color: rgb(103,96,48); }

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

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

 a { background-color: rgb(103,96,48); }

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

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

 span { border-color: rgb(103,96,48); }

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