Html Css Color HEX #66824A Dingley

📋 copy color: '#66824A'

red 102 ◦ green 130 ◦ blue 74

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

Shades of Dingley #66824A

Tints of Dingley #66824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.48%

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

R = 33.33%
G = 42.48%
B = 24.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#66824A (or 0x66824A) is known color: Dingley. HEX triplet: 66, 82 and 4A. RGB value is (102,130,74). Sum of RGB (Red+Green+Blue) = 102+130+74=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #66824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66824A is #997DB5. Grayscale: #737373. Windows color (decimal): -10059190 or 4883046. OLE color: 4883046.

HSL color Cylindrical-coordinate representation of color #66824A: hue angle of 90º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66824A is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 130 74 -
CMYK 0.22 0 0.43 0.49
HSL 90º 0.27% 0.4% -
HSV(B) 90º 0.43% 0.51% -
XYZ 14.7 19.28 9.43 -
YUV 115.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 102 130 74 0.22 0 0.43 0.49 90 0.27 0.4
Hex 66 82 4A 16 0 2B 31 5A 1B 28
Octal 146 202 112 26 0 53 61 132 33 50
Binary 1100110 10000010 1001010 10110 0 101011 110001 1011010 11011 101000

Color Harmonies of #66824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66824A

Black with #66824A

Text Example


Text Example

White with #66824A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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