#66834B

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

Shades of Dingley #66834B

Tints of Dingley #66834B

Color information

#66834B (or 0x66834B) is unknown color: approx Dingley. HEX triplet: 66, 83 and 4B. RGB value is (102,131,75). Sum of RGB (Red+Green+Blue) = 102+131+75=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #66834B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66834B is #997CB4. Grayscale: #747474. Windows color (decimal): -10058933 or 4948838. OLE color: 4948838.

HSL color Cylindrical-coordinate representation of color #66834B: hue angle of 91.07º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66834B is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB10213175-
CMYK0.2200.430.49
HSL91.07º27.18%40.39%-
HSV(B)91.07º42.75%51.37%-
XYZ14.8719.579.65-
YUV115.94104.89118.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.12%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 75 (29.69% from 255) = 24.35%
R=33.12%
G=42.53%
B=24.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102131750.2200.430.4991.0727.1840.39
Hex66834B1602B315b1b28
Octal14620311326053611333350
Binary1100110100000111001011101100101011110001101101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66834B; }

 p { color: rgb(102,131,75); }

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

<style>
 a { background-color: #66834B; }

 a { background-color: rgb(102,131,75); }

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

<style>
 span { border-color: #66834B; }

 span { border-color: rgb(102,131,75); }

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