#696005

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

Shades of Costa Del Sol #696005

Tints of Costa Del Sol #696005

Color information

#696005 (or 0x696005) is unknown color: approx Costa Del Sol. HEX triplet: 69, 60 and 05. RGB value is (105,96,5). Sum of RGB (Red+Green+Blue) = 105+96+5=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #696005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696005 is #969FFA. Grayscale: #585858. Windows color (decimal): -9871355 or 352361. OLE color: 352361.

HSL color Cylindrical-coordinate representation of color #696005: hue angle of 54.6º 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 #696005 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB105965-
CMYK00.090.950.59
HSL54.6º90.91%21.57%-
HSV(B)54.6º95.24%41.18%-
XYZ10.0411.381.81-
YUV88.3280.98139.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.97%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 5 (2.34% from 255) = 2.43%
R=50.97%
G=46.60%
B=2.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10596500.090.950.5954.690.9121.57
Hex69605095F3B375b16
Octal1511405011137736713326
Binary11010011100000101010011011111111011110111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696005; }

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

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

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

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

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

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

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

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