Html Css Color HEX #6A824E Dingley

📋 copy color: '#6A824E'

red 106 ◦ green 130 ◦ blue 78

#6A824E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #6A824E

Tints of Dingley #6A824E

RGB

 RED value IS 106 (41.8% from 255) = 33.76%

 GREEN value IS 130 (51.17% from 255) = 41.4%

 BLUE value IS 78 (30.86% from 255) = 24.84%

R = 33.76%
G = 41.4%
B = 24.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#6A824E (or 0x6A824E) is known color: Dingley. HEX triplet: 6A, 82 and 4E. RGB value is (106,130,78). Sum of RGB (Red+Green+Blue) = 106+130+78=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #6A824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A824E is #957DB1. Grayscale: #757575. Windows color (decimal): -9797042 or 5145194. OLE color: 5145194.

HSL color Cylindrical-coordinate representation of color #6A824E: hue angle of 87.69º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A824E is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 106 130 78 -
CMYK 0.18 0 0.40 0.49
HSL 87.69º 0.25% 0.41% -
HSV(B) 87.69º 0.4% 0.51% -
XYZ 15.3 19.58 10.18 -
YUV 116.9 106.05 120.23 -
System Red Green Blue C M Y K H S L
Decimal 106 130 78 0.18 0 0.40 0.49 87.69 0.25 0.41
Hex 6A 82 4E 12 0 28 31 58 19 29
Octal 152 202 116 22 0 50 61 130 31 51
Binary 1101010 10000010 1001110 10010 0 101000 110001 1011000 11001 101001

Color Harmonies of #6A824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A824E

Black with #6A824E

Text Example


Text Example

White with #6A824E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,130,78); }

 H1.HeaderClassName
 {
   color: #6A824E;
 }
 .AnyTagClassName
 {
   color: #6A824E;
 }
</style>

background-color css

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

 a { background-color: rgb(106,130,78); }

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

border-color css

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

 span { border-color: rgb(106,130,78); }

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