#69874E

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

Shades of Dingley #69874E

Tints of Dingley #69874E

Color information

#69874E (or 0x69874E) is unknown color: approx Dingley. HEX triplet: 69, 87 and 4E. RGB value is (105,135,78). Sum of RGB (Red+Green+Blue) = 105+135+78=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #69874E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69874E is #9678B1. Grayscale: #777777. Windows color (decimal): -9861298 or 5146473. OLE color: 5146473.

HSL color Cylindrical-coordinate representation of color #69874E: hue angle of 91.58º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69874E is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB10513578-
CMYK0.2200.420.47
HSL91.58º26.76%41.76%-
HSV(B)91.58º42.22%52.94%-
XYZ15.8620.8810.4-
YUV119.53104.56117.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 135 (53.12% from 255) = 42.45%
BLUE value IS 78 (30.86% from 255) = 24.53%
R=33.02%
G=42.45%
B=24.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105135780.2200.420.4791.5826.7641.76
Hex69874E1602A2F5c1b2a
Octal15120711626052571343352
Binary1101001100001111001110101100101010101111101110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69874E; }

 p { color: rgb(105,135,78); }

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

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

 a { background-color: rgb(105,135,78); }

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

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

 span { border-color: rgb(105,135,78); }

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