Html Css Color HEX #68664A Hemlock

📋 copy color: '#68664A'

red 104 ◦ green 102 ◦ blue 74

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

Shades of Hemlock #68664A

Tints of Hemlock #68664A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.43%

R = 37.14%
G = 36.43%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#68664A (or 0x68664A) is known color: Hemlock. HEX triplet: 68, 66 and 4A. RGB value is (104,102,74). Sum of RGB (Red+Green+Blue) = 104+102+74=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #68664A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68664A is #9799B5. Grayscale: #636363. Windows color (decimal): -9935286 or 4875880. OLE color: 4875880.

HSL color Cylindrical-coordinate representation of color #68664A: hue angle of 56º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68664A is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 102 74 -
CMYK 0 0.02 0.29 0.59
HSL 56º 0.17% 0.35% -
HSV(B) 56º 0.29% 0.41% -
XYZ 11.7 12.94 8.36 -
YUV 99.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 104 102 74 0 0.02 0.29 0.59 56 0.17 0.35
Hex 68 66 4A 0 2 1D 3B 38 11 23
Octal 150 146 112 0 2 35 73 70 21 43
Binary 1101000 1100110 1001010 0 10 11101 111011 111000 10001 100011

Color Harmonies of #68664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68664A

Black with #68664A

Text Example


Text Example

White with #68664A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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