#69863F

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

Shades of Dingley #69863F

Tints of Dingley #69863F

Color information

#69863F (or 0x69863F) is unknown color: approx Dingley. HEX triplet: 69, 86 and 3F. RGB value is (105,134,63). Sum of RGB (Red+Green+Blue) = 105+134+63=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #69863F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69863F is #9679C0. Grayscale: #757575. Windows color (decimal): -9861569 or 4163177. OLE color: 4163177.

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

Color convert

RGB10513463-
CMYK0.2200.530.47
HSL84.51º36.04%38.63%-
HSV(B)84.51º52.99%52.55%-
XYZ15.2520.417.84-
YUV117.2497.39119.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 134 (52.73% from 255) = 44.37%
BLUE value IS 63 (25% from 255) = 20.86%
R=34.77%
G=44.37%
B=20.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105134630.2200.530.4784.5136.0438.63
Hex69863F160352F552427
Octal1512067726065571254447
Binary1101001100001101111111011001101011011111010101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69863F; }

 p { color: rgb(105,134,63); }

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

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

 a { background-color: rgb(105,134,63); }

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

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

 span { border-color: rgb(105,134,63); }

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