#6B7B41

Color #6B7B41 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #6B7B41

Tints of Dingley #6B7B41

Color information

#6B7B41 (or 0x6B7B41) is unknown color: approx Dingley. HEX triplet: 6B, 7B and 41. RGB value is (107,123,65). Sum of RGB (Red+Green+Blue) = 107+123+65=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 123 - color contains mainly: green. Hex color #6B7B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7B41 is #9484BE. Grayscale: #6F6F6F. Windows color (decimal): -9733311 or 4291435. OLE color: 4291435.

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

Color convert

RGB10712365-
CMYK0.1300.470.52
HSL76.55º30.85%36.86%-
HSV(B)76.55º47.15%48.24%-
XYZ14.117.677.67-
YUV111.6101.7124.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.27%
GREEN value IS 123 (48.44% from 255) = 41.69%
BLUE value IS 65 (25.78% from 255) = 22.03%
R=36.27%
G=41.69%
B=22.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal107123650.1300.470.5276.5530.8536.86
Hex6B7B41D02F344d1f25
Octal15317310115057641153745
Binary11010111111011100000111010101111110100100110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,123,65); }

 H1.HeaderClassName
 {
   color: #6B7B41;
 }
 .AnyTagClassName
 {
   color: #6B7B41;
 }
</style>
background-color css

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

 a { background-color: rgb(107,123,65); }

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

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

 span { border-color: rgb(107,123,65); }

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