Html Css Color HEX #68644C Hemlock

📋 copy color: '#68644C'

red 104 ◦ green 100 ◦ blue 76

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

Shades of Hemlock #68644C

Tints of Hemlock #68644C

RGB

 RED value IS 104 (41.02% from 255) = 37.14%

 GREEN value IS 100 (39.45% from 255) = 35.71%

 BLUE value IS 76 (30.08% from 255) = 27.14%

R = 37.14%
G = 35.71%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#68644C (or 0x68644C) is known color: Hemlock. HEX triplet: 68, 64 and 4C. RGB value is (104,100,76). Sum of RGB (Red+Green+Blue) = 104+100+76=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #68644C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68644C is #979BB3. Grayscale: #626262. Windows color (decimal): -9935796 or 5006440. OLE color: 5006440.

HSL color Cylindrical-coordinate representation of color #68644C: hue angle of 51.43º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68644C is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 100 76 -
CMYK 0 0.04 0.27 0.59
HSL 51.43º 0.16% 0.35% -
HSV(B) 51.43º 0.27% 0.41% -
XYZ 11.57 12.58 8.66 -
YUV 98.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 104 100 76 0 0.04 0.27 0.59 51.43 0.16 0.35
Hex 68 64 4C 0 4 1B 3B 33 10 23
Octal 150 144 114 0 4 33 73 63 20 43
Binary 1101000 1100100 1001100 0 100 11011 111011 110011 10000 100011

Color Harmonies of #68644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68644C

Black with #68644C

Text Example


Text Example

White with #68644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68644C; }

 p { color: rgb(104,100,76); }

 H1.HeaderClassName
 {
   color: #68644C;
 }
 .AnyTagClassName
 {
   color: #68644C;
 }
</style>

background-color css

<style>
 a { background-color: #68644C; }

 a { background-color: rgb(104,100,76); }

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

border-color css

<style>
 span { border-color: #68644C; }

 span { border-color: rgb(104,100,76); }

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