Html Css Color HEX #6B7455 Willow Grove

📋 copy color: '#6B7455'

red 107 ◦ green 116 ◦ blue 85

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

Shades of Willow Grove #6B7455

Tints of Willow Grove #6B7455

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.66%

 BLUE value IS 85 (33.59% from 255) = 27.6%

R = 34.74%
G = 37.66%
B = 27.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#6B7455 (or 0x6B7455) is known color: Willow Grove. HEX triplet: 6B, 74 and 55. RGB value is (107,116,85). Sum of RGB (Red+Green+Blue) = 107+116+85=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 116 - color contains mainly: green. Hex color #6B7455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7455 is #948BAA. Grayscale: #6D6D6D. Windows color (decimal): -9735083 or 5600363. OLE color: 5600363.

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

Color convert

RGB 107 116 85 -
CMYK 0.08 0 0.27 0.55
HSL 77.42º 0.15% 0.39% -
HSV(B) 77.42º 0.27% 0.45% -
XYZ 13.95 16.27 11 -
YUV 109.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 107 116 85 0.08 0 0.27 0.55 77.42 0.15 0.39
Hex 6B 74 55 8 0 1B 37 4D F 27
Octal 153 164 125 10 0 33 67 115 17 47
Binary 1101011 1110100 1010101 1000 0 11011 110111 1001101 1111 100111

Color Harmonies of #6B7455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7455

Black with #6B7455

Text Example


Text Example

White with #6B7455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,116,85); }

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

background-color css

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

 a { background-color: rgb(107,116,85); }

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

border-color css

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

 span { border-color: rgb(107,116,85); }

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