#696310

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

Shades of Costa Del Sol #696310

Tints of Costa Del Sol #696310

Color information

#696310 (or 0x696310) is unknown color: approx Costa Del Sol. HEX triplet: 69, 63 and 10. RGB value is (105,99,16). Sum of RGB (Red+Green+Blue) = 105+99+16=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #696310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696310 is #969CEF. Grayscale: #5B5B5B. Windows color (decimal): -9870576 or 1074025. OLE color: 1074025.

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

Color convert

RGB1059916-
CMYK00.060.850.59
HSL55.96º73.55%23.73%-
HSV(B)55.96º84.76%41.18%-
XYZ10.3811.962.25-
YUV91.3385.49137.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 99 (39.06% from 255) = 45%
BLUE value IS 16 (6.64% from 255) = 7.27%
R=47.73%
G=45%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105991600.060.850.5955.9673.5523.73
Hex69631006553B384a18
Octal1511432006125737011230
Binary110100111000111000001101010101111011111000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696310; }

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

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

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

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

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

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

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

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