#66853F

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

Shades of Dingley #66853F

Tints of Dingley #66853F

Color information

#66853F (or 0x66853F) is unknown color: approx Dingley. HEX triplet: 66, 85 and 3F. RGB value is (102,133,63). Sum of RGB (Red+Green+Blue) = 102+133+63=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #66853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66853F is #997AC0. Grayscale: #747474. Windows color (decimal): -10058433 or 4162918. OLE color: 4162918.

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

Color convert

RGB10213363-
CMYK0.2300.530.48
HSL86.57º35.71%38.43%-
HSV(B)86.57º52.63%52.16%-
XYZ14.7619.967.78-
YUV115.7598.23118.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.23%
GREEN value IS 133 (52.34% from 255) = 44.63%
BLUE value IS 63 (25% from 255) = 21.14%
R=34.23%
G=44.63%
B=21.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102133630.2300.530.4886.5735.7138.43
Hex66853F1703530572426
Octal1462057727065601274446
Binary1100110100001011111111011101101011100001010111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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