Html Css Color HEX #696006 Costa Del Sol

📋 copy color: '#696006'

red 105 ◦ green 96 ◦ blue 6

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

Shades of Costa Del Sol #696006

Tints of Costa Del Sol #696006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.9%

R = 50.72%
G = 46.38%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#696006 (or 0x696006) is known color: Costa Del Sol. HEX triplet: 69, 60 and 06. RGB value is (105,96,6). Sum of RGB (Red+Green+Blue) = 105+96+6=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #696006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696006 is #969FF9. Grayscale: #585858. Windows color (decimal): -9871354 or 417897. OLE color: 417897.

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

Color convert

RGB 105 96 6 -
CMYK 0 0.09 0.94 0.59
HSL 54.55º 0.89% 0.22% -
HSV(B) 54.55º 0.94% 0.41% -
XYZ 10.04 11.38 1.84 -
YUV 88.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 105 96 6 0 0.09 0.94 0.59 54.55 0.89 0.22
Hex 69 60 6 0 9 5E 3B 37 59 16
Octal 151 140 6 0 11 136 73 67 131 26
Binary 1101001 1100000 110 0 1001 1011110 111011 110111 1011001 10110

Color Harmonies of #696006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696006

Black with #696006

Text Example


Text Example

White with #696006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696006; }

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

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

background-color css

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

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

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

border-color css

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

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

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