Html Css Color HEX #6C7F44 Dingley

📋 copy color: '#6C7F44'

red 108 ◦ green 127 ◦ blue 68

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

Shades of Dingley #6C7F44

Tints of Dingley #6C7F44

RGB

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

 GREEN value IS 127 (50% from 255) = 41.91%

 BLUE value IS 68 (26.95% from 255) = 22.44%

R = 35.64%
G = 41.91%
B = 22.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#6C7F44 (or 0x6C7F44) is known color: Dingley. HEX triplet: 6C, 7F and 44. RGB value is (108,127,68). Sum of RGB (Red+Green+Blue) = 108+127+68=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 127 - color contains mainly: green. Hex color #6C7F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7F44 is #9380BB. Grayscale: #727272. Windows color (decimal): -9666748 or 4489068. OLE color: 4489068.

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

Color convert

RGB 108 127 68 -
CMYK 0.15 0 0.46 0.50
HSL 79.32º 0.3% 0.38% -
HSV(B) 79.32º 0.46% 0.5% -
XYZ 14.82 18.78 8.31 -
YUV 114.59 101.71 123.3 -
System Red Green Blue C M Y K H S L
Decimal 108 127 68 0.15 0 0.46 0.50 79.32 0.3 0.38
Hex 6C 7F 44 F 0 2E 32 4F 1E 26
Octal 154 177 104 17 0 56 62 117 36 46
Binary 1101100 1111111 1000100 1111 0 101110 110010 1001111 11110 100110

Color Harmonies of #6C7F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7F44

Black with #6C7F44

Text Example


Text Example

White with #6C7F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,127,68); }

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

background-color css

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

 a { background-color: rgb(108,127,68); }

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

border-color css

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

 span { border-color: rgb(108,127,68); }

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