#657848

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

Shades of Dingley #657848

Tints of Dingley #657848

Color information

#657848 (or 0x657848) is unknown color: approx Dingley. HEX triplet: 65, 78 and 48. RGB value is (101,120,72). Sum of RGB (Red+Green+Blue) = 101+120+72=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 120 - color contains mainly: green. Hex color #657848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657848 is #9A87B7. Grayscale: #6D6D6D. Windows color (decimal): -10127288 or 4749413. OLE color: 4749413.

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

Color convert

RGB10112072-
CMYK0.1600.400.53
HSL83.75º25%37.65%-
HSV(B)83.75º40%47.06%-
XYZ13.2516.678.65-
YUV108.85107.21122.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.47%
GREEN value IS 120 (47.27% from 255) = 40.96%
BLUE value IS 72 (28.52% from 255) = 24.57%
R=34.47%
G=40.96%
B=24.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101120720.1600.400.5383.752537.65
Hex6578481002835541926
Octal14517011020050651243146
Binary110010111110001001000100000101000110101101010011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657848; }

 p { color: rgb(101,120,72); }

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

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

 a { background-color: rgb(101,120,72); }

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

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

 span { border-color: rgb(101,120,72); }

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