Html Css Color HEX #66814A Dingley

📋 copy color: '#66814A'

red 102 ◦ green 129 ◦ blue 74

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

Shades of Dingley #66814A

Tints of Dingley #66814A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.3%

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

R = 33.44%
G = 42.3%
B = 24.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#66814A (or 0x66814A) is known color: Dingley. HEX triplet: 66, 81 and 4A. RGB value is (102,129,74). Sum of RGB (Red+Green+Blue) = 102+129+74=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #66814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66814A is #997EB5. Grayscale: #727272. Windows color (decimal): -10059446 or 4882790. OLE color: 4882790.

HSL color Cylindrical-coordinate representation of color #66814A: hue angle of 89.45º 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 #66814A is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 129 74 -
CMYK 0.21 0 0.43 0.49
HSL 89.45º 0.27% 0.4% -
HSV(B) 89.45º 0.43% 0.51% -
XYZ 14.57 19.02 9.38 -
YUV 114.66 105.05 118.97 -
System Red Green Blue C M Y K H S L
Decimal 102 129 74 0.21 0 0.43 0.49 89.45 0.27 0.4
Hex 66 81 4A 15 0 2B 31 59 1B 28
Octal 146 201 112 25 0 53 61 131 33 50
Binary 1100110 10000001 1001010 10101 0 101011 110001 1011001 11011 101000

Color Harmonies of #66814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66814A

Black with #66814A

Text Example


Text Example

White with #66814A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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