#6C824A

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

Shades of Dingley #6C824A

Tints of Dingley #6C824A

Color information

#6C824A (or 0x6C824A) is unknown color: approx Dingley. HEX triplet: 6C, 82 and 4A. RGB value is (108,130,74). Sum of RGB (Red+Green+Blue) = 108+130+74=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #6C824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C824A is #937DB5. Grayscale: #757575. Windows color (decimal): -9665974 or 4883052. OLE color: 4883052.

HSL color Cylindrical-coordinate representation of color #6C824A: hue angle of 83.57º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C824A is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB10813074-
CMYK0.1700.430.49
HSL83.57º27.45%40%-
HSV(B)83.57º43.08%50.98%-
XYZ15.419.659.46-
YUV117.04103.71121.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.62%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=34.62%
G=41.67%
B=23.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108130740.1700.430.4983.5727.4540
Hex6C824A1102B31541b28
Octal15420211221053611243350
Binary1101100100000101001010100010101011110001101010011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C824A; }

 p { color: rgb(108,130,74); }

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

<style>
 a { background-color: #6C824A; }

 a { background-color: rgb(108,130,74); }

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

<style>
 span { border-color: #6C824A; }

 span { border-color: rgb(108,130,74); }

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