Html Css Color HEX #6B8645 Dingley

📋 copy color: '#6B8645'

red 107 ◦ green 134 ◦ blue 69

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

Shades of Dingley #6B8645

Tints of Dingley #6B8645

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.23%

 BLUE value IS 69 (27.34% from 255) = 22.26%

R = 34.52%
G = 43.23%
B = 22.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#6B8645 (or 0x6B8645) is known color: Dingley. HEX triplet: 6B, 86 and 45. RGB value is (107,134,69). Sum of RGB (Red+Green+Blue) = 107+134+69=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8645 is #9479BA. Grayscale: #767676. Windows color (decimal): -9730491 or 4556395. OLE color: 4556395.

HSL color Cylindrical-coordinate representation of color #6B8645: hue angle of 84.92º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B8645 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 134 69 -
CMYK 0.20 0 0.49 0.47
HSL 84.92º 0.32% 0.4% -
HSV(B) 84.92º 0.49% 0.53% -
XYZ 15.66 20.61 8.78 -
YUV 118.52 100.05 119.79 -
System Red Green Blue C M Y K H S L
Decimal 107 134 69 0.20 0 0.49 0.47 84.92 0.32 0.4
Hex 6B 86 45 14 0 31 2F 55 20 28
Octal 153 206 105 24 0 61 57 125 40 50
Binary 1101011 10000110 1000101 10100 0 110001 101111 1010101 100000 101000

Color Harmonies of #6B8645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8645

Black with #6B8645

Text Example


Text Example

White with #6B8645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,134,69); }

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

background-color css

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

 a { background-color: rgb(107,134,69); }

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

border-color css

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

 span { border-color: rgb(107,134,69); }

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