Html Css Color HEX #6B7262 Willow Grove

📋 copy color: '#6B7262'

red 107 ◦ green 114 ◦ blue 98

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

Shades of Willow Grove #6B7262

Tints of Willow Grove #6B7262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.72%

R = 33.54%
G = 35.74%
B = 30.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#6B7262 (or 0x6B7262) is known color: Willow Grove. HEX triplet: 6B, 72 and 62. RGB value is (107,114,98). Sum of RGB (Red+Green+Blue) = 107+114+98=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7262 is #948D9D. Grayscale: #6E6E6E. Windows color (decimal): -9735582 or 6451819. OLE color: 6451819.

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

Color convert

RGB 107 114 98 -
CMYK 0.06 0 0.14 0.55
HSL 86.25º 0.08% 0.42% -
HSV(B) 86.25º 0.14% 0.45% -
XYZ 14.29 16.04 13.9 -
YUV 110.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 107 114 98 0.06 0 0.14 0.55 86.25 0.08 0.42
Hex 6B 72 62 6 0 E 37 56 8 2A
Octal 153 162 142 6 0 16 67 126 10 52
Binary 1101011 1110010 1100010 110 0 1110 110111 1010110 1000 101010

Color Harmonies of #6B7262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7262

Black with #6B7262

Text Example


Text Example

White with #6B7262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,114,98); }

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

background-color css

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

 a { background-color: rgb(107,114,98); }

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

border-color css

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

 span { border-color: rgb(107,114,98); }

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