Html Css Color HEX #6A7261 Willow Grove

📋 copy color: '#6A7261'

red 106 ◦ green 114 ◦ blue 97

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

Shades of Willow Grove #6A7261

Tints of Willow Grove #6A7261

RGB

 RED value IS 106 (41.8% from 255) = 33.44%

 GREEN value IS 114 (44.92% from 255) = 35.96%

 BLUE value IS 97 (38.28% from 255) = 30.6%

R = 33.44%
G = 35.96%
B = 30.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#6A7261 (or 0x6A7261) is known color: Willow Grove. HEX triplet: 6A, 72 and 61. RGB value is (106,114,97). Sum of RGB (Red+Green+Blue) = 106+114+97=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 114 - color contains mainly: green. Hex color #6A7261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7261 is #958D9E. Grayscale: #6D6D6D. Windows color (decimal): -9801119 or 6386282. OLE color: 6386282.

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

Color convert

RGB 106 114 97 -
CMYK 0.07 0 0.15 0.55
HSL 88.24º 0.08% 0.41% -
HSV(B) 88.24º 0.15% 0.45% -
XYZ 14.12 15.96 13.65 -
YUV 109.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 106 114 97 0.07 0 0.15 0.55 88.24 0.08 0.41
Hex 6A 72 61 7 0 F 37 58 8 29
Octal 152 162 141 7 0 17 67 130 10 51
Binary 1101010 1110010 1100001 111 0 1111 110111 1011000 1000 101001

Color Harmonies of #6A7261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7261

Black with #6A7261

Text Example


Text Example

White with #6A7261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,114,97); }

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

background-color css

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

 a { background-color: rgb(106,114,97); }

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

border-color css

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

 span { border-color: rgb(106,114,97); }

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