#696003

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

Shades of Costa Del Sol #696003

Tints of Costa Del Sol #696003

Color information

#696003 (or 0x696003) is unknown color: approx Costa Del Sol. HEX triplet: 69, 60 and 03. RGB value is (105,96,3). Sum of RGB (Red+Green+Blue) = 105+96+3=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #696003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696003 is #969FFC. Grayscale: #585858. Windows color (decimal): -9871357 or 221289. OLE color: 221289.

HSL color Cylindrical-coordinate representation of color #696003: hue angle of 54.71º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #696003 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB105963-
CMYK00.090.970.59
HSL54.71º94.44%21.18%-
HSV(B)54.71º97.14%41.18%-
XYZ10.0311.381.75-
YUV88.0979.98140.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.47%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 3 (1.56% from 255) = 1.47%
R=51.47%
G=47.06%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10596300.090.970.5954.7194.4421.18
Hex6960309613B375e15
Octal1511403011141736713625
Binary1101001110000011010011100001111011110111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696003; }

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

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

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

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

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

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

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

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