#66853A

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

Shades of Dingley #66853A

Tints of Dingley #66853A

Color information

#66853A (or 0x66853A) is unknown color: approx Dingley. HEX triplet: 66, 85 and 3A. RGB value is (102,133,58). Sum of RGB (Red+Green+Blue) = 102+133+58=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #66853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66853A is #997AC5. Grayscale: #737373. Windows color (decimal): -10058438 or 3835238. OLE color: 3835238.

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

Color convert

RGB10213358-
CMYK0.2300.560.48
HSL84.8º39.27%37.45%-
HSV(B)84.8º56.39%52.16%-
XYZ14.6319.917.07-
YUV115.1895.73118.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.81%
GREEN value IS 133 (52.34% from 255) = 45.39%
BLUE value IS 58 (23.05% from 255) = 19.80%
R=34.81%
G=45.39%
B=19.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102133580.2300.560.4884.839.2737.45
Hex66853A1703830552725
Octal1462057227070601254745
Binary1100110100001011110101011101110001100001010101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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