Html Css Color HEX #66634F Hemlock

📋 copy color: '#66634F'

red 102 ◦ green 99 ◦ blue 79

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

Shades of Hemlock #66634F

Tints of Hemlock #66634F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.21%

R = 36.43%
G = 35.36%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#66634F (or 0x66634F) is known color: Hemlock. HEX triplet: 66, 63 and 4F. RGB value is (102,99,79). Sum of RGB (Red+Green+Blue) = 102+99+79=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 102 - color contains mainly: red. Hex color #66634F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66634F is #999CB0. Grayscale: #616161. Windows color (decimal): -10067121 or 5202790. OLE color: 5202790.

HSL color Cylindrical-coordinate representation of color #66634F: hue angle of 52.17º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66634F is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 99 79 -
CMYK 0 0.03 0.23 0.6
HSL 52.17º 0.13% 0.35% -
HSV(B) 52.17º 0.23% 0.4% -
XYZ 11.35 12.31 9.18 -
YUV 97.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 102 99 79 0 0.03 0.23 0.6 52.17 0.13 0.35
Hex 66 63 4F 0 3 17 3C 34 D 23
Octal 146 143 117 0 3 27 74 64 15 43
Binary 1100110 1100011 1001111 0 11 10111 111100 110100 1101 100011

Color Harmonies of #66634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66634F

Black with #66634F

Text Example


Text Example

White with #66634F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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