#66883A

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

Shades of Dingley #66883A

Tints of Dingley #66883A

Color information

#66883A (or 0x66883A) is unknown color: approx Dingley. HEX triplet: 66, 88 and 3A. RGB value is (102,136,58). Sum of RGB (Red+Green+Blue) = 102+136+58=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #66883A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66883A is #9977C5. Grayscale: #757575. Windows color (decimal): -10057670 or 3836006. OLE color: 3836006.

HSL color Cylindrical-coordinate representation of color #66883A: hue angle of 86.15º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66883A is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB10213658-
CMYK0.2500.570.47
HSL86.15º40.21%38.04%-
HSV(B)86.15º57.35%53.33%-
XYZ15.0520.747.21-
YUV116.9494.74117.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.46%
GREEN value IS 136 (53.52% from 255) = 45.95%
BLUE value IS 58 (23.05% from 255) = 19.59%
R=34.46%
G=45.95%
B=19.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102136580.2500.570.4786.1540.2138.04
Hex66883A190392F562826
Octal1462107231071571265046
Binary1100110100010001110101100101110011011111010110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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