Html Css Color HEX #695E0D Costa Del Sol

📋 copy color: '#695E0D'

red 105 ◦ green 94 ◦ blue 13

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

Shades of Costa Del Sol #695E0D

Tints of Costa Del Sol #695E0D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.34%

 BLUE value IS 13 (5.47% from 255) = 6.13%

R = 49.53%
G = 44.34%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#695E0D (or 0x695E0D) is known color: Costa Del Sol. HEX triplet: 69, 5E and 0D. RGB value is (105,94,13). Sum of RGB (Red+Green+Blue) = 105+94+13=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #695E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695E0D is #96A1F2. Grayscale: #585858. Windows color (decimal): -9871859 or 876137. OLE color: 876137.

HSL color Cylindrical-coordinate representation of color #695E0D: hue angle of 52.83º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #695E0D is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 94 13 -
CMYK 0 0.10 0.88 0.59
HSL 52.83º 0.78% 0.23% -
HSV(B) 52.83º 0.88% 0.41% -
XYZ 9.9 11.04 1.99 -
YUV 88.06 85.64 140.09 -
System Red Green Blue C M Y K H S L
Decimal 105 94 13 0 0.10 0.88 0.59 52.83 0.78 0.23
Hex 69 5E D 0 A 58 3B 35 4E 17
Octal 151 136 15 0 12 130 73 65 116 27
Binary 1101001 1011110 1101 0 1010 1011000 111011 110101 1001110 10111

Color Harmonies of #695E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E0D

Black with #695E0D

Text Example


Text Example

White with #695E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,94,13); }

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

background-color css

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

 a { background-color: rgb(105,94,13); }

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

border-color css

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

 span { border-color: rgb(105,94,13); }

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