Html Css Color HEX #66614A Hemlock

📋 copy color: '#66614A'

red 102 ◦ green 97 ◦ blue 74

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

Shades of Hemlock #66614A

Tints of Hemlock #66614A

RGB

 RED value IS 102 (40.23% from 255) = 37.36%

 GREEN value IS 97 (38.28% from 255) = 35.53%

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

R = 37.36%
G = 35.53%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#66614A (or 0x66614A) is known color: Hemlock. HEX triplet: 66, 61 and 4A. RGB value is (102,97,74). Sum of RGB (Red+Green+Blue) = 102+97+74=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #66614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66614A is #999EB5. Grayscale: #5F5F5F. Windows color (decimal): -10067638 or 4874598. OLE color: 4874598.

HSL color Cylindrical-coordinate representation of color #66614A: hue angle of 49.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66614A is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 97 74 -
CMYK 0 0.05 0.27 0.6
HSL 49.29º 0.16% 0.35% -
HSV(B) 49.29º 0.27% 0.4% -
XYZ 10.99 11.87 8.19 -
YUV 95.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 102 97 74 0 0.05 0.27 0.6 49.29 0.16 0.35
Hex 66 61 4A 0 5 1B 3C 31 10 23
Octal 146 141 112 0 5 33 74 61 20 43
Binary 1100110 1100001 1001010 0 101 11011 111100 110001 10000 100011

Color Harmonies of #66614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66614A

Black with #66614A

Text Example


Text Example

White with #66614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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