#695D11

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

Shades of Costa Del Sol #695D11

Tints of Costa Del Sol #695D11

Color information

#695D11 (or 0x695D11) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5D and 11. RGB value is (105,93,17). Sum of RGB (Red+Green+Blue) = 105+93+17=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #695D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695D11 is #96A2EE. Grayscale: #585858. Windows color (decimal): -9872111 or 1138025. OLE color: 1138025.

HSL color Cylindrical-coordinate representation of color #695D11: hue angle of 51.82º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #695D11 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB1059317-
CMYK00.110.840.59
HSL51.82º72.13%23.92%-
HSV(B)51.82º83.81%41.18%-
XYZ9.8410.872.11-
YUV87.9287.98140.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.84%
GREEN value IS 93 (36.72% from 255) = 43.26%
BLUE value IS 17 (7.03% from 255) = 7.91%
R=48.84%
G=43.26%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105931700.110.840.5951.8272.1323.92
Hex695D110B543B344818
Octal15113521013124736411030
Binary1101001101110110001010111010100111011110100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695D11; }

 p { color: rgb(105,93,17); }

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

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

 a { background-color: rgb(105,93,17); }

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

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

 span { border-color: rgb(105,93,17); }

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