Html Css Color HEX #6B7364 Willow Grove

📋 copy color: '#6B7364'

red 107 ◦ green 115 ◦ blue 100

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

Shades of Willow Grove #6B7364

Tints of Willow Grove #6B7364

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.71%

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 33.23%
G = 35.71%
B = 31.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#6B7364 (or 0x6B7364) is known color: Willow Grove. HEX triplet: 6B, 73 and 64. RGB value is (107,115,100). Sum of RGB (Red+Green+Blue) = 107+115+100=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7364 is #948C9B. Grayscale: #6E6E6E. Windows color (decimal): -9735324 or 6583147. OLE color: 6583147.

HSL color Cylindrical-coordinate representation of color #6B7364: hue angle of 92º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6B7364 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 115 100 -
CMYK 0.07 0 0.13 0.55
HSL 92º 0.07% 0.42% -
HSV(B) 92º 0.13% 0.45% -
XYZ 14.49 16.31 14.44 -
YUV 110.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 107 115 100 0.07 0 0.13 0.55 92 0.07 0.42
Hex 6B 73 64 7 0 D 37 5C 7 2A
Octal 153 163 144 7 0 15 67 134 7 52
Binary 1101011 1110011 1100100 111 0 1101 110111 1011100 111 101010

Color Harmonies of #6B7364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7364

Black with #6B7364

Text Example


Text Example

White with #6B7364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,115,100); }

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

background-color css

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

 a { background-color: rgb(107,115,100); }

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

border-color css

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

 span { border-color: rgb(107,115,100); }

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