Html Css Color HEX #6A6855 Hemlock

📋 copy color: '#6A6855'

red 106 ◦ green 104 ◦ blue 85

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

Shades of Hemlock #6A6855

Tints of Hemlock #6A6855

RGB

 RED value IS 106 (41.8% from 255) = 35.93%

 GREEN value IS 104 (41.02% from 255) = 35.25%

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

R = 35.93%
G = 35.25%
B = 28.81%

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

#6A6855 (or 0x6A6855) is known color: Hemlock. HEX triplet: 6A, 68 and 55. RGB value is (106,104,85). Sum of RGB (Red+Green+Blue) = 106+104+85=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6855 is #9597AA. Grayscale: #666666. Windows color (decimal): -9803691 or 5597290. OLE color: 5597290.

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

Color convert

RGB 106 104 85 -
CMYK 0 0.02 0.20 0.58
HSL 54.29º 0.11% 0.37% -
HSV(B) 54.29º 0.2% 0.42% -
XYZ 12.53 13.62 10.56 -
YUV 102.43 118.16 130.54 -
System Red Green Blue C M Y K H S L
Decimal 106 104 85 0 0.02 0.20 0.58 54.29 0.11 0.37
Hex 6A 68 55 0 2 14 3A 36 B 25
Octal 152 150 125 0 2 24 72 66 13 45
Binary 1101010 1101000 1010101 0 10 10100 111010 110110 1011 100101

Color Harmonies of #6A6855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6855

Black with #6A6855

Text Example


Text Example

White with #6A6855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,104,85); }

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

background-color css

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

 a { background-color: rgb(106,104,85); }

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

border-color css

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

 span { border-color: rgb(106,104,85); }

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