Html Css Color HEX #6B7456 Willow Grove

📋 copy color: '#6B7456'

red 107 ◦ green 116 ◦ blue 86

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

Shades of Willow Grove #6B7456

Tints of Willow Grove #6B7456

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.54%

 BLUE value IS 86 (33.98% from 255) = 27.83%

R = 34.63%
G = 37.54%
B = 27.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#6B7456 (or 0x6B7456) is known color: Willow Grove. HEX triplet: 6B, 74 and 56. RGB value is (107,116,86). Sum of RGB (Red+Green+Blue) = 107+116+86=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 116 - color contains mainly: green. Hex color #6B7456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7456 is #948BA9. Grayscale: #6E6E6E. Windows color (decimal): -9735082 or 5665899. OLE color: 5665899.

HSL color Cylindrical-coordinate representation of color #6B7456: hue angle of 78º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B7456 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 116 86 -
CMYK 0.08 0 0.26 0.55
HSL 78º 0.15% 0.4% -
HSV(B) 78º 0.26% 0.45% -
XYZ 13.99 16.29 11.21 -
YUV 109.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 107 116 86 0.08 0 0.26 0.55 78 0.15 0.4
Hex 6B 74 56 8 0 1A 37 4E F 28
Octal 153 164 126 10 0 32 67 116 17 50
Binary 1101011 1110100 1010110 1000 0 11010 110111 1001110 1111 101000

Color Harmonies of #6B7456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7456

Black with #6B7456

Text Example


Text Example

White with #6B7456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,116,86); }

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

background-color css

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

 a { background-color: rgb(107,116,86); }

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

border-color css

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

 span { border-color: rgb(107,116,86); }

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