Html Css Color HEX #6C8552 Dingley

📋 copy color: '#6C8552'

red 108 ◦ green 133 ◦ blue 82

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

Shades of Dingley #6C8552

Tints of Dingley #6C8552

RGB

 RED value IS 108 (42.58% from 255) = 33.44%

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

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

R = 33.44%
G = 41.18%
B = 25.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#6C8552 (or 0x6C8552) is known color: Dingley. HEX triplet: 6C, 85 and 52. RGB value is (108,133,82). Sum of RGB (Red+Green+Blue) = 108+133+82=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8552 is #937AAD. Grayscale: #777777. Windows color (decimal): -9665198 or 5408108. OLE color: 5408108.

HSL color Cylindrical-coordinate representation of color #6C8552: hue angle of 89.41º degrees, saturation: 0.24, 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 #6C8552 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 133 82 -
CMYK 0.19 0 0.38 0.48
HSL 89.41º 0.24% 0.42% -
HSV(B) 89.41º 0.38% 0.52% -
XYZ 16.09 20.57 11.11 -
YUV 119.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 108 133 82 0.19 0 0.38 0.48 89.41 0.24 0.42
Hex 6C 85 52 13 0 26 30 59 18 2A
Octal 154 205 122 23 0 46 60 131 30 52
Binary 1101100 10000101 1010010 10011 0 100110 110000 1011001 11000 101010

Color Harmonies of #6C8552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8552

Black with #6C8552

Text Example


Text Example

White with #6C8552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,133,82); }

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

background-color css

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

 a { background-color: rgb(108,133,82); }

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

border-color css

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

 span { border-color: rgb(108,133,82); }

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