Html Css Color HEX #6A8352 Dingley

📋 copy color: '#6A8352'

red 106 ◦ green 131 ◦ blue 82

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

Shades of Dingley #6A8352

Tints of Dingley #6A8352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.07%

 BLUE value IS 82 (32.42% from 255) = 25.71%

R = 33.23%
G = 41.07%
B = 25.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#6A8352 (or 0x6A8352) is known color: Dingley. HEX triplet: 6A, 83 and 52. RGB value is (106,131,82). Sum of RGB (Red+Green+Blue) = 106+131+82=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #6A8352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8352 is #957CAD. Grayscale: #767676. Windows color (decimal): -9796782 or 5407594. OLE color: 5407594.

HSL color Cylindrical-coordinate representation of color #6A8352: hue angle of 90.61º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6A8352 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 106 131 82 -
CMYK 0.19 0 0.37 0.49
HSL 90.61º 0.23% 0.42% -
HSV(B) 90.61º 0.37% 0.51% -
XYZ 15.58 19.91 11 -
YUV 117.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 106 131 82 0.19 0 0.37 0.49 90.61 0.23 0.42
Hex 6A 83 52 13 0 25 31 5B 17 2A
Octal 152 203 122 23 0 45 61 133 27 52
Binary 1101010 10000011 1010010 10011 0 100101 110001 1011011 10111 101010

Color Harmonies of #6A8352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8352

Black with #6A8352

Text Example


Text Example

White with #6A8352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,131,82); }

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

background-color css

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

 a { background-color: rgb(106,131,82); }

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

border-color css

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

 span { border-color: rgb(106,131,82); }

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