Html Css Color HEX #68664C Hemlock

📋 copy color: '#68664C'

red 104 ◦ green 102 ◦ blue 76

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

Shades of Hemlock #68664C

Tints of Hemlock #68664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.17%

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

R = 36.88%
G = 36.17%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#68664C (or 0x68664C) is known color: Hemlock. HEX triplet: 68, 66 and 4C. RGB value is (104,102,76). Sum of RGB (Red+Green+Blue) = 104+102+76=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #68664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68664C is #9799B3. Grayscale: #636363. Windows color (decimal): -9935284 or 5006952. OLE color: 5006952.

HSL color Cylindrical-coordinate representation of color #68664C: hue angle of 55.71º 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 #68664C is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 102 76 -
CMYK 0 0.02 0.27 0.59
HSL 55.71º 0.16% 0.35% -
HSV(B) 55.71º 0.27% 0.41% -
XYZ 11.76 12.97 8.72 -
YUV 99.63 114.66 131.11 -
System Red Green Blue C M Y K H S L
Decimal 104 102 76 0 0.02 0.27 0.59 55.71 0.16 0.35
Hex 68 66 4C 0 2 1B 3B 38 10 23
Octal 150 146 114 0 2 33 73 70 20 43
Binary 1101000 1100110 1001100 0 10 11011 111011 111000 10000 100011

Color Harmonies of #68664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68664C

Black with #68664C

Text Example


Text Example

White with #68664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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