#698543

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

Shades of Dingley #698543

Tints of Dingley #698543

Color information

#698543 (or 0x698543) is unknown color: approx Dingley. HEX triplet: 69, 85 and 43. RGB value is (105,133,67). Sum of RGB (Red+Green+Blue) = 105+133+67=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #698543 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698543 is #967ABC. Grayscale: #757575. Windows color (decimal): -9861821 or 4425065. OLE color: 4425065.

HSL color Cylindrical-coordinate representation of color #698543: hue angle of 85.45º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #698543 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB10513367-
CMYK0.2100.500.48
HSL85.45º33%39.22%-
HSV(B)85.45º49.62%52.16%-
XYZ15.2320.188.4-
YUV117.199.72119.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 67 (26.56% from 255) = 21.97%
R=34.43%
G=43.61%
B=21.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133670.2100.500.4885.453339.22
Hex6985431503230552127
Octal15120510325062601254147
Binary11010011000010110000111010101100101100001010101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698543; }

 p { color: rgb(105,133,67); }

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

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

 a { background-color: rgb(105,133,67); }

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

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

 span { border-color: rgb(105,133,67); }

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