Html Css Color HEX #6B6946 Hemlock

📋 copy color: '#6B6946'

red 107 ◦ green 105 ◦ blue 70

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

Shades of Hemlock #6B6946

Tints of Hemlock #6B6946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.82%

R = 37.94%
G = 37.23%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#6B6946 (or 0x6B6946) is known color: Hemlock. HEX triplet: 6B, 69 and 46. RGB value is (107,105,70). Sum of RGB (Red+Green+Blue) = 107+105+70=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6946 is #9496B9. Grayscale: #656565. Windows color (decimal): -9737914 or 4614507. OLE color: 4614507.

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

Color convert

RGB 107 105 70 -
CMYK 0 0.02 0.35 0.58
HSL 56.76º 0.21% 0.35% -
HSV(B) 56.76º 0.35% 0.42% -
XYZ 12.22 13.67 7.79 -
YUV 101.61 110.16 131.85 -
System Red Green Blue C M Y K H S L
Decimal 107 105 70 0 0.02 0.35 0.58 56.76 0.21 0.35
Hex 6B 69 46 0 2 23 3A 39 15 23
Octal 153 151 106 0 2 43 72 71 25 43
Binary 1101011 1101001 1000110 0 10 100011 111010 111001 10101 100011

Color Harmonies of #6B6946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6946

Black with #6B6946

Text Example


Text Example

White with #6B6946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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