#66853D

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

Shades of Dingley #66853D

Tints of Dingley #66853D

Color information

#66853D (or 0x66853D) is unknown color: approx Dingley. HEX triplet: 66, 85 and 3D. RGB value is (102,133,61). Sum of RGB (Red+Green+Blue) = 102+133+61=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #66853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66853D is #997AC2. Grayscale: #737373. Windows color (decimal): -10058435 or 4031846. OLE color: 4031846.

HSL color Cylindrical-coordinate representation of color #66853D: hue angle of 85.83º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66853D is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB10213361-
CMYK0.2300.540.48
HSL85.83º37.11%38.04%-
HSV(B)85.83º54.14%52.16%-
XYZ14.7119.947.49-
YUV115.5297.23118.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.46%
GREEN value IS 133 (52.34% from 255) = 44.93%
BLUE value IS 61 (24.22% from 255) = 20.61%
R=34.46%
G=44.93%
B=20.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102133610.2300.540.4885.8337.1138.04
Hex66853D1703630562526
Octal1462057527066601264546
Binary1100110100001011111011011101101101100001010110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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