#698544

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

Shades of Dingley #698544

Tints of Dingley #698544

Color information

#698544 (or 0x698544) is unknown color: approx Dingley. HEX triplet: 69, 85 and 44. RGB value is (105,133,68). Sum of RGB (Red+Green+Blue) = 105+133+68=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #698544 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698544 is #967ABB. Grayscale: #757575. Windows color (decimal): -9861820 or 4490601. OLE color: 4490601.

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

Color convert

RGB10513368-
CMYK0.2100.490.48
HSL85.85º32.34%39.41%-
HSV(B)85.85º48.87%52.16%-
XYZ15.2620.28.56-
YUV117.22100.22119.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 133 (52.34% from 255) = 43.46%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=34.31%
G=43.46%
B=22.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133680.2100.490.4885.8532.3439.41
Hex6985441503130562027
Octal15120510425061601264047
Binary11010011000010110001001010101100011100001010110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698544; }

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

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

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

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

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

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

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

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