Html Css Color HEX #697C48 Dingley

📋 copy color: '#697C48'

red 105 ◦ green 124 ◦ blue 72

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

Shades of Dingley #697C48

Tints of Dingley #697C48

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.2%

 BLUE value IS 72 (28.52% from 255) = 23.92%

R = 34.88%
G = 41.2%
B = 23.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#697C48 (or 0x697C48) is known color: Dingley. HEX triplet: 69, 7C and 48. RGB value is (105,124,72). Sum of RGB (Red+Green+Blue) = 105+124+72=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 124 - color contains mainly: green. Hex color #697C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697C48 is #9683B7. Grayscale: #707070. Windows color (decimal): -9864120 or 4750441. OLE color: 4750441.

HSL color Cylindrical-coordinate representation of color #697C48: hue angle of 81.92º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #697C48 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 124 72 -
CMYK 0.15 0 0.42 0.51
HSL 81.92º 0.27% 0.38% -
HSV(B) 81.92º 0.42% 0.49% -
XYZ 14.2 17.89 8.83 -
YUV 112.39 105.21 122.73 -
System Red Green Blue C M Y K H S L
Decimal 105 124 72 0.15 0 0.42 0.51 81.92 0.27 0.38
Hex 69 7C 48 F 0 2A 33 52 1B 26
Octal 151 174 110 17 0 52 63 122 33 46
Binary 1101001 1111100 1001000 1111 0 101010 110011 1010010 11011 100110

Color Harmonies of #697C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697C48

Black with #697C48

Text Example


Text Example

White with #697C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,124,72); }

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

background-color css

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

 a { background-color: rgb(105,124,72); }

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

border-color css

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

 span { border-color: rgb(105,124,72); }

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