#61863D

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

Shades of Dingley #61863D

Tints of Dingley #61863D

Color information

#61863D (or 0x61863D) is unknown color: approx Dingley. HEX triplet: 61, 86 and 3D. RGB value is (97,134,61). Sum of RGB (Red+Green+Blue) = 97+134+61=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #61863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61863D is #9E79C2. Grayscale: #727272. Windows color (decimal): -10385859 or 4032097. OLE color: 4032097.

HSL color Cylindrical-coordinate representation of color #61863D: hue angle of 90.41º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61863D is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB9713461-
CMYK0.2800.540.47
HSL90.41º37.44%38.24%-
HSV(B)90.41º54.48%52.55%-
XYZ14.319.937.51-
YUV114.6297.74115.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.22%
GREEN value IS 134 (52.73% from 255) = 45.89%
BLUE value IS 61 (24.22% from 255) = 20.89%
R=33.22%
G=45.89%
B=20.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97134610.2800.540.4790.4137.4438.24
Hex61863D1C0362F5a2526
Octal1412067534066571324546
Binary1100001100001101111011110001101101011111011010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61863D; }

 p { color: rgb(97,134,61); }

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

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

 a { background-color: rgb(97,134,61); }

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

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

 span { border-color: rgb(97,134,61); }

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