#697B48

Color #697B48 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #697B48

Tints of Dingley #697B48

Color information

#697B48 (or 0x697B48) is unknown color: approx Dingley. HEX triplet: 69, 7B and 48. RGB value is (105,123,72). Sum of RGB (Red+Green+Blue) = 105+123+72=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 123 - color contains mainly: green. Hex color #697B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697B48 is #9684B7. Grayscale: #6F6F6F. Windows color (decimal): -9864376 or 4750185. OLE color: 4750185.

HSL color Cylindrical-coordinate representation of color #697B48: hue angle of 81.18º 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 #697B48 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB10512372-
CMYK0.1500.410.52
HSL81.18º26.15%38.24%-
HSV(B)81.18º41.46%48.24%-
XYZ14.0817.648.79-
YUV111.8105.54123.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 123 (48.44% from 255) = 41%
BLUE value IS 72 (28.52% from 255) = 24%
R=35%
G=41%
B=24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105123720.1500.410.5281.1826.1538.24
Hex697B48F02934511a26
Octal15117311017051641213246
Binary11010011111011100100011110101001110100101000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #697B48;
 }
 .AnyTagClassName
 {
   color: #697B48;
 }
</style>
background-color css

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

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

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

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

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

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