#66813D

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

Shades of Dingley #66813D

Tints of Dingley #66813D

Color information

#66813D (or 0x66813D) is unknown color: approx Dingley. HEX triplet: 66, 81 and 3D. RGB value is (102,129,61). Sum of RGB (Red+Green+Blue) = 102+129+61=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #66813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66813D is #997EC2. Grayscale: #717171. Windows color (decimal): -10059459 or 4030822. OLE color: 4030822.

HSL color Cylindrical-coordinate representation of color #66813D: hue angle of 83.82º 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 #66813D is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB10212961-
CMYK0.2100.530.49
HSL83.82º35.79%37.25%-
HSV(B)83.82º52.71%50.59%-
XYZ14.1718.867.31-
YUV113.1898.55120.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.93%
GREEN value IS 129 (50.78% from 255) = 44.18%
BLUE value IS 61 (24.22% from 255) = 20.89%
R=34.93%
G=44.18%
B=20.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102129610.2100.530.4983.8235.7937.25
Hex66813D1503531542425
Octal1462017525065611244445
Binary1100110100000011111011010101101011100011010100100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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