Html Css Color HEX #695D09 Costa Del Sol

📋 copy color: '#695D09'

red 105 ◦ green 93 ◦ blue 9

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

Shades of Costa Del Sol #695D09

Tints of Costa Del Sol #695D09

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.93%

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

R = 50.72%
G = 44.93%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#695D09 (or 0x695D09) is known color: Costa Del Sol. HEX triplet: 69, 5D and 09. RGB value is (105,93,9). Sum of RGB (Red+Green+Blue) = 105+93+9=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #695D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695D09 is #96A2F6. Grayscale: #575757. Windows color (decimal): -9872119 or 613737. OLE color: 613737.

HSL color Cylindrical-coordinate representation of color #695D09: hue angle of 52.5º 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 #695D09 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 93 9 -
CMYK 0 0.11 0.91 0.59
HSL 52.5º 0.84% 0.22% -
HSV(B) 52.5º 0.91% 0.41% -
XYZ 9.79 10.85 1.84 -
YUV 87.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 105 93 9 0 0.11 0.91 0.59 52.5 0.84 0.22
Hex 69 5D 9 0 B 5B 3B 34 54 16
Octal 151 135 11 0 13 133 73 64 124 26
Binary 1101001 1011101 1001 0 1011 1011011 111011 110100 1010100 10110

Color Harmonies of #695D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695D09

Black with #695D09

Text Example


Text Example

White with #695D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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