#61863C

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

Shades of Dingley #61863C

Tints of Dingley #61863C

Color information

#61863C (or 0x61863C) is unknown color: approx Dingley. HEX triplet: 61, 86 and 3C. RGB value is (97,134,60). Sum of RGB (Red+Green+Blue) = 97+134+60=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #61863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61863C is #9E79C3. Grayscale: #727272. Windows color (decimal): -10385860 or 3966561. OLE color: 3966561.

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

Color convert

RGB9713460-
CMYK0.2800.550.47
HSL90º38.14%38.04%-
HSV(B)90º55.22%52.55%-
XYZ14.2719.927.37-
YUV114.597.24115.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.33%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 60 (23.83% from 255) = 20.62%
R=33.33%
G=46.05%
B=20.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97134600.2800.550.479038.1438.04
Hex61863C1C0372F5a2626
Octal1412067434067571324646
Binary1100001100001101111001110001101111011111011010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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