Html Css Color HEX #66774A Dingley

📋 copy color: '#66774A'

red 102 ◦ green 119 ◦ blue 74

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

Shades of Dingley #66774A

Tints of Dingley #66774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.34%

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

R = 34.58%
G = 40.34%
B = 25.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#66774A (or 0x66774A) is known color: Dingley. HEX triplet: 66, 77 and 4A. RGB value is (102,119,74). Sum of RGB (Red+Green+Blue) = 102+119+74=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #66774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66774A is #9988B5. Grayscale: #6C6C6C. Windows color (decimal): -10062006 or 4880230. OLE color: 4880230.

HSL color Cylindrical-coordinate representation of color #66774A: hue angle of 82.67º degrees, saturation: 0.23, 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 #66774A is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 119 74 -
CMYK 0.14 0 0.38 0.53
HSL 82.67º 0.23% 0.38% -
HSV(B) 82.67º 0.38% 0.47% -
XYZ 13.31 16.51 8.96 -
YUV 108.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 102 119 74 0.14 0 0.38 0.53 82.67 0.23 0.38
Hex 66 77 4A E 0 26 35 53 17 26
Octal 146 167 112 16 0 46 65 123 27 46
Binary 1100110 1110111 1001010 1110 0 100110 110101 1010011 10111 100110

Color Harmonies of #66774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66774A

Black with #66774A

Text Example


Text Example

White with #66774A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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