Html Css Color HEX #666248 Hemlock

📋 copy color: '#666248'

red 102 ◦ green 98 ◦ blue 72

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

Shades of Hemlock #666248

Tints of Hemlock #666248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.03%

 BLUE value IS 72 (28.52% from 255) = 26.47%

R = 37.5%
G = 36.03%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#666248 (or 0x666248) is known color: Hemlock. HEX triplet: 66, 62 and 48. RGB value is (102,98,72). Sum of RGB (Red+Green+Blue) = 102+98+72=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #666248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666248 is #999DB7. Grayscale: #606060. Windows color (decimal): -10067384 or 4743782. OLE color: 4743782.

HSL color Cylindrical-coordinate representation of color #666248: hue angle of 52º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #666248 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 98 72 -
CMYK 0 0.04 0.29 0.6
HSL 52º 0.17% 0.34% -
HSV(B) 52º 0.29% 0.4% -
XYZ 11.02 12.03 7.87 -
YUV 96.23 114.33 132.11 -
System Red Green Blue C M Y K H S L
Decimal 102 98 72 0 0.04 0.29 0.6 52 0.17 0.34
Hex 66 62 48 0 4 1D 3C 34 11 22
Octal 146 142 110 0 4 35 74 64 21 42
Binary 1100110 1100010 1001000 0 100 11101 111100 110100 10001 100010

Color Harmonies of #666248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666248

Black with #666248

Text Example


Text Example

White with #666248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666248; }

 p { color: rgb(102,98,72); }

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

background-color css

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

 a { background-color: rgb(102,98,72); }

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

border-color css

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

 span { border-color: rgb(102,98,72); }

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