Html Css Color HEX #6B7065 Willow Grove

📋 copy color: '#6B7065'

red 107 ◦ green 112 ◦ blue 101

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

Shades of Willow Grove #6B7065

Tints of Willow Grove #6B7065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35%

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

R = 33.44%
G = 35%
B = 31.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6B7065 (or 0x6B7065) is known color: Willow Grove. HEX triplet: 6B, 70 and 65. RGB value is (107,112,101). Sum of RGB (Red+Green+Blue) = 107+112+101=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7065 is #948F9A. Grayscale: #6D6D6D. Windows color (decimal): -9736091 or 6647915. OLE color: 6647915.

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

Color convert

RGB 107 112 101 -
CMYK 0.04 0 0.10 0.56
HSL 87.27º 0.05% 0.42% -
HSV(B) 87.27º 0.1% 0.44% -
XYZ 14.21 15.65 14.58 -
YUV 109.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 107 112 101 0.04 0 0.10 0.56 87.27 0.05 0.42
Hex 6B 70 65 4 0 A 38 57 5 2A
Octal 153 160 145 4 0 12 70 127 5 52
Binary 1101011 1110000 1100101 100 0 1010 111000 1010111 101 101010

Color Harmonies of #6B7065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7065

Black with #6B7065

Text Example


Text Example

White with #6B7065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,112,101); }

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

background-color css

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

 a { background-color: rgb(107,112,101); }

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

border-color css

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

 span { border-color: rgb(107,112,101); }

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