#66883D

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

Shades of Dingley #66883D

Tints of Dingley #66883D

Color information

#66883D (or 0x66883D) is unknown color: approx Dingley. HEX triplet: 66, 88 and 3D. RGB value is (102,136,61). Sum of RGB (Red+Green+Blue) = 102+136+61=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #66883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66883D is #9977C2. Grayscale: #757575. Windows color (decimal): -10057667 or 4032614. OLE color: 4032614.

HSL color Cylindrical-coordinate representation of color #66883D: hue angle of 87.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66883D is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB10213661-
CMYK0.2500.550.47
HSL87.2º38.07%38.63%-
HSV(B)87.2º55.15%53.33%-
XYZ15.1320.777.63-
YUV117.2896.24117.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.11%
GREEN value IS 136 (53.52% from 255) = 45.48%
BLUE value IS 61 (24.22% from 255) = 20.40%
R=34.11%
G=45.48%
B=20.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102136610.2500.550.4787.238.0738.63
Hex66883D190372F572627
Octal1462107531067571274647
Binary1100110100010001111011100101101111011111010111100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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