Html Css Color HEX #6B8449 Dingley

📋 copy color: '#6B8449'

red 107 ◦ green 132 ◦ blue 73

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

Shades of Dingley #6B8449

Tints of Dingley #6B8449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.31%

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 34.29%
G = 42.31%
B = 23.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#6B8449 (or 0x6B8449) is known color: Dingley. HEX triplet: 6B, 84 and 49. RGB value is (107,132,73). Sum of RGB (Red+Green+Blue) = 107+132+73=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #6B8449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8449 is #947BB6. Grayscale: #767676. Windows color (decimal): -9730999 or 4818027. OLE color: 4818027.

HSL color Cylindrical-coordinate representation of color #6B8449: hue angle of 85.42º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B8449 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 132 73 -
CMYK 0.19 0 0.45 0.48
HSL 85.42º 0.29% 0.4% -
HSV(B) 85.42º 0.45% 0.52% -
XYZ 15.52 20.11 9.37 -
YUV 117.8 102.72 120.3 -
System Red Green Blue C M Y K H S L
Decimal 107 132 73 0.19 0 0.45 0.48 85.42 0.29 0.4
Hex 6B 84 49 13 0 2D 30 55 1D 28
Octal 153 204 111 23 0 55 60 125 35 50
Binary 1101011 10000100 1001001 10011 0 101101 110000 1010101 11101 101000

Color Harmonies of #6B8449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8449

Black with #6B8449

Text Example


Text Example

White with #6B8449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,132,73); }

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

background-color css

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

 a { background-color: rgb(107,132,73); }

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

border-color css

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

 span { border-color: rgb(107,132,73); }

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