Html Css Color HEX #6A8553 Dingley

📋 copy color: '#6A8553'

red 106 ◦ green 133 ◦ blue 83

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

Shades of Dingley #6A8553

Tints of Dingley #6A8553

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.3%

 BLUE value IS 83 (32.81% from 255) = 25.78%

R = 32.92%
G = 41.3%
B = 25.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#6A8553 (or 0x6A8553) is known color: Dingley. HEX triplet: 6A, 85 and 53. RGB value is (106,133,83). Sum of RGB (Red+Green+Blue) = 106+133+83=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #6A8553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8553 is #957AAC. Grayscale: #777777. Windows color (decimal): -9796269 or 5473642. OLE color: 5473642.

HSL color Cylindrical-coordinate representation of color #6A8553: hue angle of 92.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A8553 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 106 133 83 -
CMYK 0.20 0 0.38 0.48
HSL 92.4º 0.23% 0.42% -
HSV(B) 92.4º 0.38% 0.52% -
XYZ 15.89 20.46 11.3 -
YUV 119.23 107.55 118.57 -
System Red Green Blue C M Y K H S L
Decimal 106 133 83 0.20 0 0.38 0.48 92.4 0.23 0.42
Hex 6A 85 53 14 0 26 30 5C 17 2A
Octal 152 205 123 24 0 46 60 134 27 52
Binary 1101010 10000101 1010011 10100 0 100110 110000 1011100 10111 101010

Color Harmonies of #6A8553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8553

Black with #6A8553

Text Example


Text Example

White with #6A8553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,133,83); }

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

background-color css

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

 a { background-color: rgb(106,133,83); }

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

border-color css

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

 span { border-color: rgb(106,133,83); }

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