Html Css Color HEX #66784A Dingley

📋 copy color: '#66784A'

red 102 ◦ green 120 ◦ blue 74

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

Shades of Dingley #66784A

Tints of Dingley #66784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.54%

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

R = 34.46%
G = 40.54%
B = 25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#66784A (or 0x66784A) is known color: Dingley. HEX triplet: 66, 78 and 4A. RGB value is (102,120,74). Sum of RGB (Red+Green+Blue) = 102+120+74=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #66784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66784A is #9987B5. Grayscale: #6D6D6D. Windows color (decimal): -10061750 or 4880486. OLE color: 4880486.

HSL color Cylindrical-coordinate representation of color #66784A: hue angle of 83.48º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66784A is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 120 74 -
CMYK 0.15 0 0.38 0.53
HSL 83.48º 0.24% 0.38% -
HSV(B) 83.48º 0.38% 0.47% -
XYZ 13.43 16.75 9 -
YUV 109.37 108.04 122.74 -
System Red Green Blue C M Y K H S L
Decimal 102 120 74 0.15 0 0.38 0.53 83.48 0.24 0.38
Hex 66 78 4A F 0 26 35 53 18 26
Octal 146 170 112 17 0 46 65 123 30 46
Binary 1100110 1111000 1001010 1111 0 100110 110101 1010011 11000 100110

Color Harmonies of #66784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66784A

Black with #66784A

Text Example


Text Example

White with #66784A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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