#675C11

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

Shades of Costa Del Sol #675C11

Tints of Costa Del Sol #675C11

Color information

#675C11 (or 0x675C11) is unknown color: approx Costa Del Sol. HEX triplet: 67, 5C and 11. RGB value is (103,92,17). Sum of RGB (Red+Green+Blue) = 103+92+17=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #675C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675C11 is #98A3EE. Grayscale: #575757. Windows color (decimal): -10003439 or 1137767. OLE color: 1137767.

HSL color Cylindrical-coordinate representation of color #675C11: hue angle of 52.33º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #675C11 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB1039217-
CMYK00.110.830.60
HSL52.33º71.67%23.53%-
HSV(B)52.33º83.5%40.39%-
XYZ9.5210.582.07-
YUV86.7488.64139.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.58%
GREEN value IS 92 (36.33% from 255) = 43.40%
BLUE value IS 17 (7.03% from 255) = 8.02%
R=48.58%
G=43.40%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103921700.110.830.6052.3371.6723.53
Hex675C110B533C344818
Octal14713421013123746411030
Binary1100111101110010001010111010011111100110100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675C11; }

 p { color: rgb(103,92,17); }

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

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

 a { background-color: rgb(103,92,17); }

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

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

 span { border-color: rgb(103,92,17); }

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