Html Css Color HEX #6C7364 Willow Grove

📋 copy color: '#6C7364'

red 108 ◦ green 115 ◦ blue 100

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

Shades of Willow Grove #6C7364

Tints of Willow Grove #6C7364

RGB

 RED value IS 108 (42.58% from 255) = 33.44%

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

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

R = 33.44%
G = 35.6%
B = 30.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#6C7364 (or 0x6C7364) is known color: Willow Grove. HEX triplet: 6C, 73 and 64. RGB value is (108,115,100). Sum of RGB (Red+Green+Blue) = 108+115+100=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7364 is #938C9B. Grayscale: #6F6F6F. Windows color (decimal): -9669788 or 6583148. OLE color: 6583148.

HSL color Cylindrical-coordinate representation of color #6C7364: hue angle of 88º 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 #6C7364 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 115 100 -
CMYK 0.06 0 0.13 0.55
HSL 88º 0.07% 0.42% -
HSV(B) 88º 0.13% 0.45% -
XYZ 14.62 16.37 14.45 -
YUV 111.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 108 115 100 0.06 0 0.13 0.55 88 0.07 0.42
Hex 6C 73 64 6 0 D 37 58 7 2A
Octal 154 163 144 6 0 15 67 130 7 52
Binary 1101100 1110011 1100100 110 0 1101 110111 1011000 111 101010

Color Harmonies of #6C7364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7364

Black with #6C7364

Text Example


Text Example

White with #6C7364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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