#695F05

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

Shades of Costa Del Sol #695F05

Tints of Costa Del Sol #695F05

Color information

#695F05 (or 0x695F05) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5F and 05. RGB value is (105,95,5). Sum of RGB (Red+Green+Blue) = 105+95+5=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #695F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695F05 is #96A0FA. Grayscale: #585858. Windows color (decimal): -9871611 or 352105. OLE color: 352105.

HSL color Cylindrical-coordinate representation of color #695F05: hue angle of 54º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #695F05 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB105955-
CMYK00.100.950.59
HSL54º90.91%21.57%-
HSV(B)54º95.24%41.18%-
XYZ9.9511.21.78-
YUV87.7381.31140.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.22%
GREEN value IS 95 (37.5% from 255) = 46.34%
BLUE value IS 5 (2.34% from 255) = 2.44%
R=51.22%
G=46.34%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10595500.100.950.595490.9121.57
Hex695F50A5F3B365b16
Octal1511375012137736613326
Binary11010011011111101010101011111111011110110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,95,5); }

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

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

 a { background-color: rgb(105,95,5); }

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

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

 span { border-color: rgb(105,95,5); }

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