Html Css Color HEX #697B49 Dingley

📋 copy color: '#697B49'

red 105 ◦ green 123 ◦ blue 73

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

Shades of Dingley #697B49

Tints of Dingley #697B49

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.86%

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

R = 34.88%
G = 40.86%
B = 24.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#697B49 (or 0x697B49) is known color: Dingley. HEX triplet: 69, 7B and 49. RGB value is (105,123,73). Sum of RGB (Red+Green+Blue) = 105+123+73=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 123 - color contains mainly: green. Hex color #697B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697B49 is #9684B6. Grayscale: #707070. Windows color (decimal): -9864375 or 4815721. OLE color: 4815721.

HSL color Cylindrical-coordinate representation of color #697B49: hue angle of 81.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #697B49 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 123 73 -
CMYK 0.15 0 0.41 0.52
HSL 81.6º 0.26% 0.38% -
HSV(B) 81.6º 0.41% 0.48% -
XYZ 14.11 17.65 8.97 -
YUV 111.92 106.04 123.07 -
System Red Green Blue C M Y K H S L
Decimal 105 123 73 0.15 0 0.41 0.52 81.6 0.26 0.38
Hex 69 7B 49 F 0 29 34 52 1A 26
Octal 151 173 111 17 0 51 64 122 32 46
Binary 1101001 1111011 1001001 1111 0 101001 110100 1010010 11010 100110

Color Harmonies of #697B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B49

Black with #697B49

Text Example


Text Example

White with #697B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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