Html Css Color HEX #6A8651 Dingley

📋 copy color: '#6A8651'

red 106 ◦ green 134 ◦ blue 81

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

Shades of Dingley #6A8651

Tints of Dingley #6A8651

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.74%

 BLUE value IS 81 (32.03% from 255) = 25.23%

R = 33.02%
G = 41.74%
B = 25.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#6A8651 (or 0x6A8651) is known color: Dingley. HEX triplet: 6A, 86 and 51. RGB value is (106,134,81). Sum of RGB (Red+Green+Blue) = 106+134+81=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8651 is #9579AE. Grayscale: #777777. Windows color (decimal): -9796015 or 5342826. OLE color: 5342826.

HSL color Cylindrical-coordinate representation of color #6A8651: hue angle of 91.7º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A8651 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 134 81 -
CMYK 0.21 0 0.40 0.47
HSL 91.7º 0.25% 0.42% -
HSV(B) 91.7º 0.4% 0.53% -
XYZ 15.95 20.71 10.94 -
YUV 119.59 106.22 118.31 -
System Red Green Blue C M Y K H S L
Decimal 106 134 81 0.21 0 0.40 0.47 91.7 0.25 0.42
Hex 6A 86 51 15 0 28 2F 5C 19 2A
Octal 152 206 121 25 0 50 57 134 31 52
Binary 1101010 10000110 1010001 10101 0 101000 101111 1011100 11001 101010

Color Harmonies of #6A8651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8651

Black with #6A8651

Text Example


Text Example

White with #6A8651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,134,81); }

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

background-color css

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

 a { background-color: rgb(106,134,81); }

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

border-color css

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

 span { border-color: rgb(106,134,81); }

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