Html Css Color HEX #6B7D44 Dingley

📋 copy color: '#6B7D44'

red 107 ◦ green 125 ◦ blue 68

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

Shades of Dingley #6B7D44

Tints of Dingley #6B7D44

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.67%

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

R = 35.67%
G = 41.67%
B = 22.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#6B7D44 (or 0x6B7D44) is known color: Dingley. HEX triplet: 6B, 7D and 44. RGB value is (107,125,68). Sum of RGB (Red+Green+Blue) = 107+125+68=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 125 - color contains mainly: green. Hex color #6B7D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7D44 is #9482BB. Grayscale: #717171. Windows color (decimal): -9732796 or 4488555. OLE color: 4488555.

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

Color convert

RGB 107 125 68 -
CMYK 0.14 0 0.46 0.51
HSL 78.95º 0.3% 0.38% -
HSV(B) 78.95º 0.46% 0.49% -
XYZ 14.44 18.21 8.22 -
YUV 113.12 102.54 123.63 -
System Red Green Blue C M Y K H S L
Decimal 107 125 68 0.14 0 0.46 0.51 78.95 0.3 0.38
Hex 6B 7D 44 E 0 2E 33 4F 1E 26
Octal 153 175 104 16 0 56 63 117 36 46
Binary 1101011 1111101 1000100 1110 0 101110 110011 1001111 11110 100110

Color Harmonies of #6B7D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7D44

Black with #6B7D44

Text Example


Text Example

White with #6B7D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,125,68); }

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

background-color css

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

 a { background-color: rgb(107,125,68); }

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

border-color css

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

 span { border-color: rgb(107,125,68); }

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