Html Css Color HEX #66634A Hemlock

📋 copy color: '#66634A'

red 102 ◦ green 99 ◦ blue 74

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

Shades of Hemlock #66634A

Tints of Hemlock #66634A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36%

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

R = 37.09%
G = 36%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#66634A (or 0x66634A) is known color: Hemlock. HEX triplet: 66, 63 and 4A. RGB value is (102,99,74). Sum of RGB (Red+Green+Blue) = 102+99+74=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 102 - color contains mainly: red. Hex color #66634A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66634A is #999CB5. Grayscale: #616161. Windows color (decimal): -10067126 or 4875110. OLE color: 4875110.

HSL color Cylindrical-coordinate representation of color #66634A: hue angle of 53.57º 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 #66634A is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 99 74 -
CMYK 0 0.03 0.27 0.6
HSL 53.57º 0.16% 0.35% -
HSV(B) 53.57º 0.27% 0.4% -
XYZ 11.18 12.24 8.25 -
YUV 97.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 102 99 74 0 0.03 0.27 0.6 53.57 0.16 0.35
Hex 66 63 4A 0 3 1B 3C 36 10 23
Octal 146 143 112 0 3 33 74 66 20 43
Binary 1100110 1100011 1001010 0 11 11011 111100 110110 10000 100011

Color Harmonies of #66634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66634A

Black with #66634A

Text Example


Text Example

White with #66634A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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