#696417

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

Shades of Costa Del Sol #696417

Tints of Costa Del Sol #696417

Color information

#696417 (or 0x696417) is unknown color: approx Costa Del Sol. HEX triplet: 69, 64 and 17. RGB value is (105,100,23). Sum of RGB (Red+Green+Blue) = 105+100+23=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #696417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696417 is #969BE8. Grayscale: #5D5D5D. Windows color (decimal): -9870313 or 1533033. OLE color: 1533033.

HSL color Cylindrical-coordinate representation of color #696417: hue angle of 56.34º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #696417 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.59.

Color convert

RGB10510023-
CMYK00.050.780.59
HSL56.34º64.06%25.1%-
HSV(B)56.34º78.1%41.18%-
XYZ10.5412.182.61-
YUV92.7288.66136.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 100 (39.45% from 255) = 43.86%
BLUE value IS 23 (9.38% from 255) = 10.09%
R=46.05%
G=43.86%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051002300.050.780.5956.3464.0625.1
Hex696417054E3B384019
Octal1511442705116737010031
Binary110100111001001011101011001110111011111000100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696417; }

 p { color: rgb(105,100,23); }

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

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

 a { background-color: rgb(105,100,23); }

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

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

 span { border-color: rgb(105,100,23); }

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