Html Css Color HEX #695E13 Costa Del Sol

📋 copy color: '#695E13'

red 105 ◦ green 94 ◦ blue 19

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

Shades of Costa Del Sol #695E13

Tints of Costa Del Sol #695E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.72%

R = 48.17%
G = 43.12%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#695E13 (or 0x695E13) is known color: Costa Del Sol. HEX triplet: 69, 5E and 13. RGB value is (105,94,19). Sum of RGB (Red+Green+Blue) = 105+94+19=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #695E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695E13 is #96A1EC. Grayscale: #595959. Windows color (decimal): -9871853 or 1269353. OLE color: 1269353.

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

Color convert

RGB 105 94 19 -
CMYK 0 0.10 0.82 0.59
HSL 52.33º 0.69% 0.24% -
HSV(B) 52.33º 0.82% 0.41% -
XYZ 9.95 11.06 2.23 -
YUV 88.74 88.64 139.6 -
System Red Green Blue C M Y K H S L
Decimal 105 94 19 0 0.10 0.82 0.59 52.33 0.69 0.24
Hex 69 5E 13 0 A 52 3B 34 45 18
Octal 151 136 23 0 12 122 73 64 105 30
Binary 1101001 1011110 10011 0 1010 1010010 111011 110100 1000101 11000

Color Harmonies of #695E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E13

Black with #695E13

Text Example


Text Example

White with #695E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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