Html Css Color HEX #6C755E Willow Grove

📋 copy color: '#6C755E'

red 108 ◦ green 117 ◦ blue 94

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

Shades of Willow Grove #6C755E

Tints of Willow Grove #6C755E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.68%

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 33.86%
G = 36.68%
B = 29.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#6C755E (or 0x6C755E) is known color: Willow Grove. HEX triplet: 6C, 75 and 5E. RGB value is (108,117,94). Sum of RGB (Red+Green+Blue) = 108+117+94=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 117 - color contains mainly: green. Hex color #6C755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C755E is #938AA1. Grayscale: #6F6F6F. Windows color (decimal): -9669282 or 6190444. OLE color: 6190444.

HSL color Cylindrical-coordinate representation of color #6C755E: hue angle of 83.48º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6C755E is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 117 94 -
CMYK 0.08 0 0.20 0.54
HSL 83.48º 0.11% 0.41% -
HSV(B) 83.48º 0.2% 0.46% -
XYZ 14.57 16.72 13.05 -
YUV 111.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 108 117 94 0.08 0 0.20 0.54 83.48 0.11 0.41
Hex 6C 75 5E 8 0 14 36 53 B 29
Octal 154 165 136 10 0 24 66 123 13 51
Binary 1101100 1110101 1011110 1000 0 10100 110110 1010011 1011 101001

Color Harmonies of #6C755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C755E

Black with #6C755E

Text Example


Text Example

White with #6C755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,117,94); }

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

background-color css

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

 a { background-color: rgb(108,117,94); }

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

border-color css

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

 span { border-color: rgb(108,117,94); }

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