#698349

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

Shades of Dingley #698349

Tints of Dingley #698349

Color information

#698349 (or 0x698349) is unknown color: approx Dingley. HEX triplet: 69, 83 and 49. RGB value is (105,131,73). Sum of RGB (Red+Green+Blue) = 105+131+73=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #698349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698349 is #967CB6. Grayscale: #747474. Windows color (decimal): -9862327 or 4817769. OLE color: 4817769.

HSL color Cylindrical-coordinate representation of color #698349: hue angle of 86.9º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #698349 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB10513173-
CMYK0.2000.440.49
HSL86.9º28.43%40%-
HSV(B)86.9º44.27%51.37%-
XYZ15.1419.729.31-
YUV116.61103.39119.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.98%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 73 (28.91% from 255) = 23.62%
R=33.98%
G=42.39%
B=23.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105131730.2000.440.4986.928.4340
Hex6983491402C31571c28
Octal15120311124054611273450
Binary1101001100000111001001101000101100110001101011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698349; }

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

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

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

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

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

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

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

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