#696316

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

Shades of Costa Del Sol #696316

Tints of Costa Del Sol #696316

Color information

#696316 (or 0x696316) is unknown color: approx Costa Del Sol. HEX triplet: 69, 63 and 16. RGB value is (105,99,22). Sum of RGB (Red+Green+Blue) = 105+99+22=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #696316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696316 is #969CE9. Grayscale: #5C5C5C. Windows color (decimal): -9870570 or 1467241. OLE color: 1467241.

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

Color convert

RGB1059922-
CMYK00.060.790.59
HSL55.66º65.35%24.9%-
HSV(B)55.66º79.05%41.18%-
XYZ10.4311.982.52-
YUV92.0288.49137.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 99 (39.06% from 255) = 43.81%
BLUE value IS 22 (8.98% from 255) = 9.73%
R=46.46%
G=43.81%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105992200.060.790.5955.6665.3524.9
Hex696316064F3B384119
Octal1511432606117737010131
Binary110100111000111011001101001111111011111000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696316; }

 p { color: rgb(105,99,22); }

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

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

 a { background-color: rgb(105,99,22); }

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

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

 span { border-color: rgb(105,99,22); }

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