#61843A

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

Shades of Dingley #61843A

Tints of Dingley #61843A

Color information

#61843A (or 0x61843A) is unknown color: approx Dingley. HEX triplet: 61, 84 and 3A. RGB value is (97,132,58). Sum of RGB (Red+Green+Blue) = 97+132+58=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #61843A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61843A is #9E7BC5. Grayscale: #717171. Windows color (decimal): -10386374 or 3834977. OLE color: 3834977.

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

Color convert

RGB9713258-
CMYK0.2700.560.48
HSL88.38º38.95%37.25%-
HSV(B)88.38º56.06%51.76%-
XYZ13.9419.357-
YUV113.196.9116.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.80%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 58 (23.05% from 255) = 20.21%
R=33.80%
G=45.99%
B=20.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97132580.2700.560.4888.3838.9537.25
Hex61843A1B03830582725
Octal1412047233070601304745
Binary1100001100001001110101101101110001100001011000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61843A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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