Html Css Color HEX #6B8045 Dingley

📋 copy color: '#6B8045'

red 107 ◦ green 128 ◦ blue 69

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

Shades of Dingley #6B8045

Tints of Dingley #6B8045

RGB

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

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

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

R = 35.2%
G = 42.11%
B = 22.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#6B8045 (or 0x6B8045) is known color: Dingley. HEX triplet: 6B, 80 and 45. RGB value is (107,128,69). Sum of RGB (Red+Green+Blue) = 107+128+69=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 128 - color contains mainly: green. Hex color #6B8045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8045 is #947FBA. Grayscale: #737373. Windows color (decimal): -9732027 or 4554859. OLE color: 4554859.

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

Color convert

RGB 107 128 69 -
CMYK 0.16 0 0.46 0.50
HSL 81.36º 0.3% 0.39% -
HSV(B) 81.36º 0.46% 0.5% -
XYZ 14.86 18.99 8.51 -
YUV 115 102.04 122.3 -
System Red Green Blue C M Y K H S L
Decimal 107 128 69 0.16 0 0.46 0.50 81.36 0.3 0.39
Hex 6B 80 45 10 0 2E 32 51 1E 27
Octal 153 200 105 20 0 56 62 121 36 47
Binary 1101011 10000000 1000101 10000 0 101110 110010 1010001 11110 100111

Color Harmonies of #6B8045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8045

Black with #6B8045

Text Example


Text Example

White with #6B8045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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