#61813B

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

Shades of Dingley #61813B

Tints of Dingley #61813B

Color information

#61813B (or 0x61813B) is unknown color: approx Dingley. HEX triplet: 61, 81 and 3B. RGB value is (97,129,59). Sum of RGB (Red+Green+Blue) = 97+129+59=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #61813B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61813B is #9E7EC4. Grayscale: #6F6F6F. Windows color (decimal): -10387141 or 3899745. OLE color: 3899745.

HSL color Cylindrical-coordinate representation of color #61813B: hue angle of 87.43º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61813B is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB9712959-
CMYK0.2500.540.49
HSL87.43º37.23%36.86%-
HSV(B)87.43º54.26%50.59%-
XYZ13.5718.567-
YUV111.4598.4117.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.04%
GREEN value IS 129 (50.78% from 255) = 45.26%
BLUE value IS 59 (23.44% from 255) = 20.70%
R=34.04%
G=45.26%
B=20.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97129590.2500.540.4987.4337.2336.86
Hex61813B1903631572525
Octal1412017331066611274545
Binary1100001100000011110111100101101101100011010111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61813B; }

 p { color: rgb(97,129,59); }

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

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

 a { background-color: rgb(97,129,59); }

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

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

 span { border-color: rgb(97,129,59); }

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