Html Css Color HEX #695C15 Costa Del Sol

📋 copy color: '#695C15'

red 105 ◦ green 92 ◦ blue 21

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

Shades of Costa Del Sol #695C15

Tints of Costa Del Sol #695C15

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.2%

 BLUE value IS 21 (8.59% from 255) = 9.63%

R = 48.17%
G = 42.2%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#695C15 (or 0x695C15) is known color: Costa Del Sol. HEX triplet: 69, 5C and 15. RGB value is (105,92,21). Sum of RGB (Red+Green+Blue) = 105+92+21=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #695C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695C15 is #96A3EA. Grayscale: #585858. Windows color (decimal): -9872363 or 1399913. OLE color: 1399913.

HSL color Cylindrical-coordinate representation of color #695C15: hue angle of 50.71º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #695C15 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 92 21 -
CMYK 0 0.12 0.80 0.59
HSL 50.71º 0.67% 0.25% -
HSV(B) 50.71º 0.8% 0.41% -
XYZ 9.79 10.71 2.26 -
YUV 87.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 105 92 21 0 0.12 0.80 0.59 50.71 0.67 0.25
Hex 69 5C 15 0 C 50 3B 33 43 19
Octal 151 134 25 0 14 120 73 63 103 31
Binary 1101001 1011100 10101 0 1100 1010000 111011 110011 1000011 11001

Color Harmonies of #695C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695C15

Black with #695C15

Text Example


Text Example

White with #695C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,92,21); }

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

background-color css

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

 a { background-color: rgb(105,92,21); }

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

border-color css

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

 span { border-color: rgb(105,92,21); }

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