Html Css Color HEX #6A7165 Willow Grove

📋 copy color: '#6A7165'

red 106 ◦ green 113 ◦ blue 101

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

Shades of Willow Grove #6A7165

Tints of Willow Grove #6A7165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.56%

R = 33.13%
G = 35.31%
B = 31.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6A7165 (or 0x6A7165) is known color: Willow Grove. HEX triplet: 6A, 71 and 65. RGB value is (106,113,101). Sum of RGB (Red+Green+Blue) = 106+113+101=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7165 is #958E9A. Grayscale: #6D6D6D. Windows color (decimal): -9801371 or 6648170. OLE color: 6648170.

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

Color convert

RGB 106 113 101 -
CMYK 0.06 0 0.11 0.56
HSL 95º 0.06% 0.42% -
HSV(B) 95º 0.11% 0.44% -
XYZ 14.2 15.81 14.62 -
YUV 109.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 106 113 101 0.06 0 0.11 0.56 95 0.06 0.42
Hex 6A 71 65 6 0 B 38 5F 6 2A
Octal 152 161 145 6 0 13 70 137 6 52
Binary 1101010 1110001 1100101 110 0 1011 111000 1011111 110 101010

Color Harmonies of #6A7165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7165

Black with #6A7165

Text Example


Text Example

White with #6A7165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,113,101); }

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

background-color css

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

 a { background-color: rgb(106,113,101); }

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

border-color css

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

 span { border-color: rgb(106,113,101); }

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