#69843F

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

Shades of Dingley #69843F

Tints of Dingley #69843F

Color information

#69843F (or 0x69843F) is unknown color: approx Dingley. HEX triplet: 69, 84 and 3F. RGB value is (105,132,63). Sum of RGB (Red+Green+Blue) = 105+132+63=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #69843F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69843F is #967BC0. Grayscale: #747474. Windows color (decimal): -9862081 or 4162665. OLE color: 4162665.

HSL color Cylindrical-coordinate representation of color #69843F: hue angle of 83.48º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69843F is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB10513263-
CMYK0.2000.520.48
HSL83.48º35.38%38.24%-
HSV(B)83.48º52.27%51.76%-
XYZ14.9719.867.75-
YUV116.0698.05120.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 132 (51.95% from 255) = 44%
BLUE value IS 63 (25% from 255) = 21%
R=35%
G=44%
B=21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105132630.2000.520.4883.4835.3838.24
Hex69843F1403430532326
Octal1512047724064601234346
Binary1101001100001001111111010001101001100001010011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69843F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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