#69843C

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

Shades of Dingley #69843C

Tints of Dingley #69843C

Color information

#69843C (or 0x69843C) is unknown color: approx Dingley. HEX triplet: 69, 84 and 3C. RGB value is (105,132,60). Sum of RGB (Red+Green+Blue) = 105+132+60=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #69843C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69843C is #967BC3. Grayscale: #737373. Windows color (decimal): -9862084 or 3966057. OLE color: 3966057.

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

Color convert

RGB10513260-
CMYK0.2000.550.48
HSL82.5º37.5%37.65%-
HSV(B)82.5º54.55%51.76%-
XYZ14.8919.837.32-
YUV115.7296.55120.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.35%
GREEN value IS 132 (51.95% from 255) = 44.44%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=35.35%
G=44.44%
B=20.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105132600.2000.550.4882.537.537.65
Hex69843C1403730522626
Octal1512047424067601224646
Binary1101001100001001111001010001101111100001010010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69843C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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