#657649

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

Shades of Dingley #657649

Tints of Dingley #657649

Color information

#657649 (or 0x657649) is unknown color: approx Dingley. HEX triplet: 65, 76 and 49. RGB value is (101,118,73). Sum of RGB (Red+Green+Blue) = 101+118+73=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #657649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657649 is #9A89B6. Grayscale: #6B6B6B. Windows color (decimal): -10127799 or 4814437. OLE color: 4814437.

HSL color Cylindrical-coordinate representation of color #657649: hue angle of 82.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #657649 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB10111873-
CMYK0.1400.380.54
HSL82.67º23.56%37.45%-
HSV(B)82.67º38.14%46.27%-
XYZ13.0516.28.74-
YUV107.79108.37123.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.59%
GREEN value IS 118 (46.48% from 255) = 40.41%
BLUE value IS 73 (28.91% from 255) = 25%
R=34.59%
G=40.41%
B=25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101118730.1400.380.5482.6723.5637.45
Hex657649E02636531825
Octal14516611116046661233045
Binary11001011110110100100111100100110110110101001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657649; }

 p { color: rgb(101,118,73); }

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

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

 a { background-color: rgb(101,118,73); }

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

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

 span { border-color: rgb(101,118,73); }

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