Html Css Color HEX #696011 Costa Del Sol

📋 copy color: '#696011'

red 105 ◦ green 96 ◦ blue 17

#696011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Costa Del Sol #696011

Tints of Costa Del Sol #696011

RGB

 RED value IS 105 (41.41% from 255) = 48.17%

 GREEN value IS 96 (37.89% from 255) = 44.04%

 BLUE value IS 17 (7.03% from 255) = 7.8%

R = 48.17%
G = 44.04%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#696011 (or 0x696011) is known color: Costa Del Sol. HEX triplet: 69, 60 and 11. RGB value is (105,96,17). Sum of RGB (Red+Green+Blue) = 105+96+17=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #696011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696011 is #969FEE. Grayscale: #5A5A5A. Windows color (decimal): -9871343 or 1138793. OLE color: 1138793.

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

Color convert

RGB 105 96 17 -
CMYK 0 0.09 0.84 0.59
HSL 53.86º 0.72% 0.24% -
HSV(B) 53.86º 0.84% 0.41% -
XYZ 10.11 11.41 2.2 -
YUV 89.69 86.98 138.92 -
System Red Green Blue C M Y K H S L
Decimal 105 96 17 0 0.09 0.84 0.59 53.86 0.72 0.24
Hex 69 60 11 0 9 54 3B 36 48 18
Octal 151 140 21 0 11 124 73 66 110 30
Binary 1101001 1100000 10001 0 1001 1010100 111011 110110 1001000 11000

Color Harmonies of #696011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696011

Black with #696011

Text Example


Text Example

White with #696011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696011; }

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

 H1.HeaderClassName
 {
   color: #696011;
 }
 .AnyTagClassName
 {
   color: #696011;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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