Html Css Color HEX #6B6955 Hemlock

📋 copy color: '#6B6955'

red 107 ◦ green 105 ◦ blue 85

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

Shades of Hemlock #6B6955

Tints of Hemlock #6B6955

RGB

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

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

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

R = 36.03%
G = 35.35%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#6B6955 (or 0x6B6955) is known color: Hemlock. HEX triplet: 6B, 69 and 55. RGB value is (107,105,85). Sum of RGB (Red+Green+Blue) = 107+105+85=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6955 is #9496AA. Grayscale: #676767. Windows color (decimal): -9737899 or 5597547. OLE color: 5597547.

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

Color convert

RGB 107 105 85 -
CMYK 0 0.02 0.21 0.58
HSL 54.55º 0.11% 0.38% -
HSV(B) 54.55º 0.21% 0.42% -
XYZ 12.75 13.88 10.6 -
YUV 103.32 117.66 130.63 -
System Red Green Blue C M Y K H S L
Decimal 107 105 85 0 0.02 0.21 0.58 54.55 0.11 0.38
Hex 6B 69 55 0 2 15 3A 37 B 26
Octal 153 151 125 0 2 25 72 67 13 46
Binary 1101011 1101001 1010101 0 10 10101 111010 110111 1011 100110

Color Harmonies of #6B6955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6955

Black with #6B6955

Text Example


Text Example

White with #6B6955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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