#61853E

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

Shades of Dingley #61853E

Tints of Dingley #61853E

Color information

#61853E (or 0x61853E) is unknown color: approx Dingley. HEX triplet: 61, 85 and 3E. RGB value is (97,133,62). Sum of RGB (Red+Green+Blue) = 97+133+62=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #61853E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61853E is #9E7AC1. Grayscale: #727272. Windows color (decimal): -10386114 or 4097377. OLE color: 4097377.

HSL color Cylindrical-coordinate representation of color #61853E: hue angle of 90.42º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61853E is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB9713362-
CMYK0.2700.530.48
HSL90.42º36.41%38.24%-
HSV(B)90.42º53.38%52.16%-
XYZ14.1919.667.61-
YUV114.1498.57115.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.22%
GREEN value IS 133 (52.34% from 255) = 45.55%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=33.22%
G=45.55%
B=21.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97133620.2700.530.4890.4236.4138.24
Hex61853E1B035305a2426
Octal1412057633065601324446
Binary1100001100001011111101101101101011100001011010100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61853E; }

 p { color: rgb(97,133,62); }

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

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

 a { background-color: rgb(97,133,62); }

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

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

 span { border-color: rgb(97,133,62); }

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