Html Css Color HEX #695C19 Costa Del Sol

📋 copy color: '#695C19'

red 105 ◦ green 92 ◦ blue 25

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

Shades of Costa Del Sol #695C19

Tints of Costa Del Sol #695C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.26%

R = 47.3%
G = 41.44%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#695C19 (or 0x695C19) is known color: Costa Del Sol. HEX triplet: 69, 5C and 19. RGB value is (105,92,25). Sum of RGB (Red+Green+Blue) = 105+92+25=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #695C19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695C19 is #96A3E6. Grayscale: #585858. Windows color (decimal): -9872359 or 1662057. OLE color: 1662057.

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

Color convert

RGB 105 92 25 -
CMYK 0 0.12 0.76 0.59
HSL 50.25º 0.62% 0.25% -
HSV(B) 50.25º 0.76% 0.41% -
XYZ 9.83 10.73 2.47 -
YUV 88.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 105 92 25 0 0.12 0.76 0.59 50.25 0.62 0.25
Hex 69 5C 19 0 C 4C 3B 32 3E 19
Octal 151 134 31 0 14 114 73 62 76 31
Binary 1101001 1011100 11001 0 1100 1001100 111011 110010 111110 11001

Color Harmonies of #695C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695C19

Black with #695C19

Text Example


Text Example

White with #695C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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