Html Css Color HEX #6C7E45 Dingley

📋 copy color: '#6C7E45'

red 108 ◦ green 126 ◦ blue 69

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

Shades of Dingley #6C7E45

Tints of Dingley #6C7E45

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.58%

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

R = 35.64%
G = 41.58%
B = 22.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#6C7E45 (or 0x6C7E45) is known color: Dingley. HEX triplet: 6C, 7E and 45. RGB value is (108,126,69). Sum of RGB (Red+Green+Blue) = 108+126+69=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 126 - color contains mainly: green. Hex color #6C7E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7E45 is #9381BA. Grayscale: #727272. Windows color (decimal): -9667003 or 4554348. OLE color: 4554348.

HSL color Cylindrical-coordinate representation of color #6C7E45: hue angle of 78.95º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C7E45 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB 108 126 69 -
CMYK 0.14 0 0.45 0.51
HSL 78.95º 0.29% 0.38% -
HSV(B) 78.95º 0.45% 0.49% -
XYZ 14.72 18.54 8.43 -
YUV 114.12 102.54 123.63 -
System Red Green Blue C M Y K H S L
Decimal 108 126 69 0.14 0 0.45 0.51 78.95 0.29 0.38
Hex 6C 7E 45 E 0 2D 33 4F 1D 26
Octal 154 176 105 16 0 55 63 117 35 46
Binary 1101100 1111110 1000101 1110 0 101101 110011 1001111 11101 100110

Color Harmonies of #6C7E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7E45

Black with #6C7E45

Text Example


Text Example

White with #6C7E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,126,69); }

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

background-color css

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

 a { background-color: rgb(108,126,69); }

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

border-color css

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

 span { border-color: rgb(108,126,69); }

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