Html Css Color HEX #6A6940 Hemlock

📋 copy color: '#6A6940'

red 106 ◦ green 105 ◦ blue 64

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

Shades of Hemlock #6A6940

Tints of Hemlock #6A6940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.27%

R = 38.55%
G = 38.18%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#6A6940 (or 0x6A6940) is known color: Hemlock. HEX triplet: 6A, 69 and 40. RGB value is (106,105,64). Sum of RGB (Red+Green+Blue) = 106+105+64=275 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.55% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6940 is #9596BF. Grayscale: #646464. Windows color (decimal): -9803456 or 4221290. OLE color: 4221290.

HSL color Cylindrical-coordinate representation of color #6A6940: hue angle of 58.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A6940 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 105 64 -
CMYK 0 0.01 0.40 0.58
HSL 58.57º 0.25% 0.33% -
HSV(B) 58.57º 0.4% 0.42% -
XYZ 11.92 13.54 6.84 -
YUV 100.63 107.33 131.83 -
System Red Green Blue C M Y K H S L
Decimal 106 105 64 0 0.01 0.40 0.58 58.57 0.25 0.33
Hex 6A 69 40 0 1 28 3A 3B 19 21
Octal 152 151 100 0 1 50 72 73 31 41
Binary 1101010 1101001 1000000 0 1 101000 111010 111011 11001 100001

Color Harmonies of #6A6940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6940

Black with #6A6940

Text Example


Text Example

White with #6A6940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,105,64); }

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

background-color css

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

 a { background-color: rgb(106,105,64); }

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

border-color css

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

 span { border-color: rgb(106,105,64); }

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