Html Css Color HEX #6B804A Dingley

📋 copy color: '#6B804A'

red 107 ◦ green 128 ◦ blue 74

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

Shades of Dingley #6B804A

Tints of Dingley #6B804A

RGB

 RED value IS 107 (42.19% from 255) = 34.63%

 GREEN value IS 128 (50.39% from 255) = 41.42%

 BLUE value IS 74 (29.3% from 255) = 23.95%

R = 34.63%
G = 41.42%
B = 23.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#6B804A (or 0x6B804A) is known color: Dingley. HEX triplet: 6B, 80 and 4A. RGB value is (107,128,74). Sum of RGB (Red+Green+Blue) = 107+128+74=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #6B804A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B804A is #947FB5. Grayscale: #737373. Windows color (decimal): -9732022 or 4882539. OLE color: 4882539.

HSL color Cylindrical-coordinate representation of color #6B804A: hue angle of 83.33º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B804A is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 107 128 74 -
CMYK 0.16 0 0.42 0.50
HSL 83.33º 0.27% 0.4% -
HSV(B) 83.33º 0.42% 0.5% -
XYZ 15.02 19.06 9.37 -
YUV 115.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 107 128 74 0.16 0 0.42 0.50 83.33 0.27 0.4
Hex 6B 80 4A 10 0 2A 32 53 1B 28
Octal 153 200 112 20 0 52 62 123 33 50
Binary 1101011 10000000 1001010 10000 0 101010 110010 1010011 11011 101000

Color Harmonies of #6B804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B804A

Black with #6B804A

Text Example


Text Example

White with #6B804A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,128,74); }

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

background-color css

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

 a { background-color: rgb(107,128,74); }

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

border-color css

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

 span { border-color: rgb(107,128,74); }

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