#66833c

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

Shades of Dingley #66833C

Tints of Dingley #66833C

Color information

#66833C (or 0x66833C) is unknown color: approx Dingley. HEX triplet: 66, 83 and 3C. RGB value is (102,131,60). Sum of RGB (Red+Green+Blue) = 102+131+60=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #66833C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66833C is #997CC3. Grayscale: #727272. Windows color (decimal): -10058948 or 3965798. OLE color: 3965798.

HSL color Cylindrical-coordinate representation of color #66833C: hue angle of 84.51º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66833C is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB10213160-
CMYK0.2200.540.49
HSL84.51º37.17%37.45%-
HSV(B)84.51º54.2%51.37%-
XYZ14.4119.387.26-
YUV114.2397.39119.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.81%
GREEN value IS 131 (51.56% from 255) = 44.71%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=34.81%
G=44.71%
B=20.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102131600.2200.540.4984.5137.1737.45
Hex66833C1603631552525
Octal1462037426066611254545
Binary1100110100000111111001011001101101100011010101100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66833c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66833c; }

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

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

<style>
 a { background-color: #66833c; }

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

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

<style>
 span { border-color: #66833c; }

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

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