Html Css Color HEX #696009 Costa Del Sol

📋 copy color: '#696009'

red 105 ◦ green 96 ◦ blue 9

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

Shades of Costa Del Sol #696009

Tints of Costa Del Sol #696009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.29%

R = 50%
G = 45.71%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#696009 (or 0x696009) is known color: Costa Del Sol. HEX triplet: 69, 60 and 09. RGB value is (105,96,9). Sum of RGB (Red+Green+Blue) = 105+96+9=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 9 (3.91% from 255 or 4.29% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #696009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696009 is #969FF6. Grayscale: #595959. Windows color (decimal): -9871351 or 614505. OLE color: 614505.

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

Color convert

RGB 105 96 9 -
CMYK 0 0.09 0.91 0.59
HSL 54.38º 0.84% 0.22% -
HSV(B) 54.38º 0.91% 0.41% -
XYZ 10.06 11.39 1.93 -
YUV 88.77 82.98 139.57 -
System Red Green Blue C M Y K H S L
Decimal 105 96 9 0 0.09 0.91 0.59 54.38 0.84 0.22
Hex 69 60 9 0 9 5B 3B 36 54 16
Octal 151 140 11 0 11 133 73 66 124 26
Binary 1101001 1100000 1001 0 1001 1011011 111011 110110 1010100 10110

Color Harmonies of #696009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696009

Black with #696009

Text Example


Text Example

White with #696009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696009; }

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

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

background-color css

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

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

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

border-color css

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

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

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