#676214

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

Shades of Costa Del Sol #676214

Tints of Costa Del Sol #676214

Color information

#676214 (or 0x676214) is unknown color: approx Costa Del Sol. HEX triplet: 67, 62 and 14. RGB value is (103,98,20). Sum of RGB (Red+Green+Blue) = 103+98+20=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 103 - color contains mainly: red. Hex color #676214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676214 is #989DEB. Grayscale: #5A5A5A. Windows color (decimal): -10001900 or 1335911. OLE color: 1335911.

HSL color Cylindrical-coordinate representation of color #676214: hue angle of 56.39º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #676214 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB1039820-
CMYK00.050.810.60
HSL56.39º67.48%24.12%-
HSV(B)56.39º80.58%40.39%-
XYZ10.0911.672.38-
YUV90.688.16136.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.61%
GREEN value IS 98 (38.67% from 255) = 44.34%
BLUE value IS 20 (8.20% from 255) = 9.05%
R=46.61%
G=44.34%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103982000.050.810.6056.3967.4824.12
Hex67621405513C384318
Octal1471422405121747010330
Binary110011111000101010001011010001111100111000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676214; }

 p { color: rgb(103,98,20); }

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

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

 a { background-color: rgb(103,98,20); }

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

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

 span { border-color: rgb(103,98,20); }

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