Html Css Color HEX #697849 Dingley

📋 copy color: '#697849'

red 105 ◦ green 120 ◦ blue 73

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

Shades of Dingley #697849

Tints of Dingley #697849

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.27%

 BLUE value IS 73 (28.91% from 255) = 24.5%

R = 35.23%
G = 40.27%
B = 24.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#697849 (or 0x697849) is known color: Dingley. HEX triplet: 69, 78 and 49. RGB value is (105,120,73). Sum of RGB (Red+Green+Blue) = 105+120+73=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #697849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697849 is #9687B6. Grayscale: #6E6E6E. Windows color (decimal): -9865143 or 4814953. OLE color: 4814953.

HSL color Cylindrical-coordinate representation of color #697849: hue angle of 79.15º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #697849 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 120 73 -
CMYK 0.13 0 0.39 0.53
HSL 79.15º 0.24% 0.38% -
HSV(B) 79.15º 0.39% 0.47% -
XYZ 13.74 16.92 8.84 -
YUV 110.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 105 120 73 0.13 0 0.39 0.53 79.15 0.24 0.38
Hex 69 78 49 D 0 27 35 4F 18 26
Octal 151 170 111 15 0 47 65 117 30 46
Binary 1101001 1111000 1001001 1101 0 100111 110101 1001111 11000 100110

Color Harmonies of #697849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697849

Black with #697849

Text Example


Text Example

White with #697849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697849; }

 p { color: rgb(105,120,73); }

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

background-color css

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

 a { background-color: rgb(105,120,73); }

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

border-color css

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

 span { border-color: rgb(105,120,73); }

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