Html Css Color HEX #6B7D42 Dingley

📋 copy color: '#6B7D42'

red 107 ◦ green 125 ◦ blue 66

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

Shades of Dingley #6B7D42

Tints of Dingley #6B7D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.15%

R = 35.91%
G = 41.95%
B = 22.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#6B7D42 (or 0x6B7D42) is known color: Dingley. HEX triplet: 6B, 7D and 42. RGB value is (107,125,66). Sum of RGB (Red+Green+Blue) = 107+125+66=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 125 - color contains mainly: green. Hex color #6B7D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7D42 is #9482BD. Grayscale: #717171. Windows color (decimal): -9732798 or 4357483. OLE color: 4357483.

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

Color convert

RGB 107 125 66 -
CMYK 0.14 0 0.47 0.51
HSL 78.31º 0.31% 0.37% -
HSV(B) 78.31º 0.47% 0.49% -
XYZ 14.38 18.19 7.91 -
YUV 112.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 107 125 66 0.14 0 0.47 0.51 78.31 0.31 0.37
Hex 6B 7D 42 E 0 2F 33 4E 1F 25
Octal 153 175 102 16 0 57 63 116 37 45
Binary 1101011 1111101 1000010 1110 0 101111 110011 1001110 11111 100101

Color Harmonies of #6B7D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7D42

Black with #6B7D42

Text Example


Text Example

White with #6B7D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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