Html Css Color HEX #66844C Dingley

📋 copy color: '#66844C'

red 102 ◦ green 132 ◦ blue 76

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

Shades of Dingley #66844C

Tints of Dingley #66844C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.58%

 BLUE value IS 76 (30.08% from 255) = 24.52%

R = 32.9%
G = 42.58%
B = 24.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#66844C (or 0x66844C) is known color: Dingley. HEX triplet: 66, 84 and 4C. RGB value is (102,132,76). Sum of RGB (Red+Green+Blue) = 102+132+76=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #66844C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66844C is #997BB3. Grayscale: #747474. Windows color (decimal): -10058676 or 5014630. OLE color: 5014630.

HSL color Cylindrical-coordinate representation of color #66844C: hue angle of 92.14º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66844C is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 132 76 -
CMYK 0.23 0 0.42 0.48
HSL 92.14º 0.27% 0.41% -
HSV(B) 92.14º 0.42% 0.52% -
XYZ 15.04 19.85 9.88 -
YUV 116.65 105.06 117.55 -
System Red Green Blue C M Y K H S L
Decimal 102 132 76 0.23 0 0.42 0.48 92.14 0.27 0.41
Hex 66 84 4C 17 0 2A 30 5C 1B 29
Octal 146 204 114 27 0 52 60 134 33 51
Binary 1100110 10000100 1001100 10111 0 101010 110000 1011100 11011 101001

Color Harmonies of #66844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66844C

Black with #66844C

Text Example


Text Example

White with #66844C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66844C; }

 p { color: rgb(102,132,76); }

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

background-color css

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

 a { background-color: rgb(102,132,76); }

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

border-color css

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

 span { border-color: rgb(102,132,76); }

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