Html Css Color HEX #6B725A Willow Grove

📋 copy color: '#6B725A'

red 107 ◦ green 114 ◦ blue 90

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

Shades of Willow Grove #6B725A

Tints of Willow Grove #6B725A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.94%

R = 34.41%
G = 36.66%
B = 28.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#6B725A (or 0x6B725A) is known color: Willow Grove. HEX triplet: 6B, 72 and 5A. RGB value is (107,114,90). Sum of RGB (Red+Green+Blue) = 107+114+90=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 114 - color contains mainly: green. Hex color #6B725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B725A is #948DA5. Grayscale: #6D6D6D. Windows color (decimal): -9735590 or 5927531. OLE color: 5927531.

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

Color convert

RGB 107 114 90 -
CMYK 0.06 0 0.21 0.55
HSL 77.5º 0.12% 0.4% -
HSV(B) 77.5º 0.21% 0.45% -
XYZ 13.93 15.9 12.01 -
YUV 109.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 107 114 90 0.06 0 0.21 0.55 77.5 0.12 0.4
Hex 6B 72 5A 6 0 15 37 4E C 28
Octal 153 162 132 6 0 25 67 116 14 50
Binary 1101011 1110010 1011010 110 0 10101 110111 1001110 1100 101000

Color Harmonies of #6B725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B725A

Black with #6B725A

Text Example


Text Example

White with #6B725A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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