Html Css Color HEX #695A13 Costa Del Sol

📋 copy color: '#695A13'

red 105 ◦ green 90 ◦ blue 19

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

Shades of Costa Del Sol #695A13

Tints of Costa Del Sol #695A13

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.06%

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

R = 49.07%
G = 42.06%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#695A13 (or 0x695A13) is known color: Costa Del Sol. HEX triplet: 69, 5A and 13. RGB value is (105,90,19). Sum of RGB (Red+Green+Blue) = 105+90+19=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #695A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695A13 is #96A5EC. Grayscale: #565656. Windows color (decimal): -9872877 or 1268329. OLE color: 1268329.

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

Color convert

RGB 105 90 19 -
CMYK 0 0.14 0.82 0.59
HSL 49.53º 0.69% 0.24% -
HSV(B) 49.53º 0.82% 0.41% -
XYZ 9.6 10.36 2.11 -
YUV 86.39 89.97 141.27 -
System Red Green Blue C M Y K H S L
Decimal 105 90 19 0 0.14 0.82 0.59 49.53 0.69 0.24
Hex 69 5A 13 0 E 52 3B 32 45 18
Octal 151 132 23 0 16 122 73 62 105 30
Binary 1101001 1011010 10011 0 1110 1010010 111011 110010 1000101 11000

Color Harmonies of #695A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695A13

Black with #695A13

Text Example


Text Example

White with #695A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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