#69813D

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

Shades of Dingley #69813D

Tints of Dingley #69813D

Color information

#69813D (or 0x69813D) is unknown color: approx Dingley. HEX triplet: 69, 81 and 3D. RGB value is (105,129,61). Sum of RGB (Red+Green+Blue) = 105+129+61=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #69813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69813D is #967EC2. Grayscale: #727272. Windows color (decimal): -9862851 or 4030825. OLE color: 4030825.

HSL color Cylindrical-coordinate representation of color #69813D: hue angle of 81.18º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69813D is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB10512961-
CMYK0.1900.530.49
HSL81.18º35.79%37.25%-
HSV(B)81.18º52.71%50.59%-
XYZ14.5219.047.32-
YUV114.0798.05121.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.59%
GREEN value IS 129 (50.78% from 255) = 43.73%
BLUE value IS 61 (24.22% from 255) = 20.68%
R=35.59%
G=43.73%
B=20.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105129610.1900.530.4981.1835.7937.25
Hex69813D1303531512425
Octal1512017523065611214445
Binary1101001100000011111011001101101011100011010001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69813D; }

 p { color: rgb(105,129,61); }

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

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

 a { background-color: rgb(105,129,61); }

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

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

 span { border-color: rgb(105,129,61); }

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