Html Css Color HEX #6B7164 Willow Grove

📋 copy color: '#6B7164'

red 107 ◦ green 113 ◦ blue 100

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

Shades of Willow Grove #6B7164

Tints of Willow Grove #6B7164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.31%

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

R = 33.44%
G = 35.31%
B = 31.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6B7164 (or 0x6B7164) is known color: Willow Grove. HEX triplet: 6B, 71 and 64. RGB value is (107,113,100). Sum of RGB (Red+Green+Blue) = 107+113+100=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7164 is #948E9B. Grayscale: #6D6D6D. Windows color (decimal): -9735836 or 6582635. OLE color: 6582635.

HSL color Cylindrical-coordinate representation of color #6B7164: hue angle of 87.69º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B7164 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 113 100 -
CMYK 0.05 0 0.12 0.56
HSL 87.69º 0.06% 0.42% -
HSV(B) 87.69º 0.12% 0.44% -
XYZ 14.27 15.86 14.37 -
YUV 109.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 107 113 100 0.05 0 0.12 0.56 87.69 0.06 0.42
Hex 6B 71 64 5 0 C 38 58 6 2A
Octal 153 161 144 5 0 14 70 130 6 52
Binary 1101011 1110001 1100100 101 0 1100 111000 1011000 110 101010

Color Harmonies of #6B7164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7164

Black with #6B7164

Text Example


Text Example

White with #6B7164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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