Html Css Color HEX #6B6956 Hemlock

📋 copy color: '#6B6956'

red 107 ◦ green 105 ◦ blue 86

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

Shades of Hemlock #6B6956

Tints of Hemlock #6B6956

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.23%

 BLUE value IS 86 (33.98% from 255) = 28.86%

R = 35.91%
G = 35.23%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#6B6956 (or 0x6B6956) is known color: Hemlock. HEX triplet: 6B, 69 and 56. RGB value is (107,105,86). Sum of RGB (Red+Green+Blue) = 107+105+86=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6956 is #9496A9. Grayscale: #676767. Windows color (decimal): -9737898 or 5663083. OLE color: 5663083.

HSL color Cylindrical-coordinate representation of color #6B6956: hue angle of 54.29º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B6956 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 105 86 -
CMYK 0 0.02 0.20 0.58
HSL 54.29º 0.11% 0.38% -
HSV(B) 54.29º 0.2% 0.42% -
XYZ 12.79 13.9 10.81 -
YUV 103.43 118.16 130.54 -
System Red Green Blue C M Y K H S L
Decimal 107 105 86 0 0.02 0.20 0.58 54.29 0.11 0.38
Hex 6B 69 56 0 2 14 3A 36 B 26
Octal 153 151 126 0 2 24 72 66 13 46
Binary 1101011 1101001 1010110 0 10 10100 111010 110110 1011 100110

Color Harmonies of #6B6956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6956

Black with #6B6956

Text Example


Text Example

White with #6B6956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,105,86); }

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

background-color css

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

 a { background-color: rgb(107,105,86); }

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

border-color css

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

 span { border-color: rgb(107,105,86); }

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