#61843D

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

Shades of Dingley #61843D

Tints of Dingley #61843D

Color information

#61843D (or 0x61843D) is unknown color: approx Dingley. HEX triplet: 61, 84 and 3D. RGB value is (97,132,61). Sum of RGB (Red+Green+Blue) = 97+132+61=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #61843D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61843D is #9E7BC2. Grayscale: #717171. Windows color (decimal): -10386371 or 4031585. OLE color: 4031585.

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

Color convert

RGB9713261-
CMYK0.2700.540.48
HSL89.58º36.79%37.84%-
HSV(B)89.58º53.79%51.76%-
XYZ14.0219.387.42-
YUV113.4498.4116.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.45%
GREEN value IS 132 (51.95% from 255) = 45.52%
BLUE value IS 61 (24.22% from 255) = 21.03%
R=33.45%
G=45.52%
B=21.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97132610.2700.540.4889.5836.7937.84
Hex61843D1B036305a2526
Octal1412047533066601324546
Binary1100001100001001111011101101101101100001011010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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