#658646

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

Shades of Dingley #658646

Tints of Dingley #658646

Color information

#658646 (or 0x658646) is unknown color: approx Dingley. HEX triplet: 65, 86 and 46. RGB value is (101,134,70). Sum of RGB (Red+Green+Blue) = 101+134+70=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #658646 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658646 is #9A79B9. Grayscale: #757575. Windows color (decimal): -10123706 or 4621925. OLE color: 4621925.

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

Color convert

RGB10113470-
CMYK0.2500.480.47
HSL90.94º31.37%40%-
HSV(B)90.94º47.76%52.55%-
XYZ1520.268.91-
YUV116.84101.57116.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.11%
GREEN value IS 134 (52.73% from 255) = 43.93%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=33.11%
G=43.93%
B=22.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101134700.2500.480.4790.9431.3740
Hex658646190302F5b1f28
Octal14520610631060571333750
Binary1100101100001101000110110010110000101111101101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658646; }

 p { color: rgb(101,134,70); }

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

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

 a { background-color: rgb(101,134,70); }

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

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

 span { border-color: rgb(101,134,70); }

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