Html Css Color HEX #696311 Costa Del Sol

📋 copy color: '#696311'

red 105 ◦ green 99 ◦ blue 17

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

Shades of Costa Del Sol #696311

Tints of Costa Del Sol #696311

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.8%

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

R = 47.51%
G = 44.8%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#696311 (or 0x696311) is known color: Costa Del Sol. HEX triplet: 69, 63 and 11. RGB value is (105,99,17). Sum of RGB (Red+Green+Blue) = 105+99+17=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #696311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696311 is #969CEE. Grayscale: #5B5B5B. Windows color (decimal): -9870575 or 1139561. OLE color: 1139561.

HSL color Cylindrical-coordinate representation of color #696311: hue angle of 55.91º 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 #696311 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 99 17 -
CMYK 0 0.06 0.84 0.59
HSL 55.91º 0.72% 0.24% -
HSV(B) 55.91º 0.84% 0.41% -
XYZ 10.39 11.97 2.29 -
YUV 91.45 85.99 137.67 -
System Red Green Blue C M Y K H S L
Decimal 105 99 17 0 0.06 0.84 0.59 55.91 0.72 0.24
Hex 69 63 11 0 6 54 3B 38 48 18
Octal 151 143 21 0 6 124 73 70 110 30
Binary 1101001 1100011 10001 0 110 1010100 111011 111000 1001000 11000

Color Harmonies of #696311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696311

Black with #696311

Text Example


Text Example

White with #696311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696311; }

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

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

background-color css

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

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

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

border-color css

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

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

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