Html Css Color HEX #66834D Dingley

📋 copy color: '#66834D'

red 102 ◦ green 131 ◦ blue 77

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

Shades of Dingley #66834D

Tints of Dingley #66834D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.26%

 BLUE value IS 77 (30.47% from 255) = 24.84%

R = 32.9%
G = 42.26%
B = 24.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#66834D (or 0x66834D) is known color: Dingley. HEX triplet: 66, 83 and 4D. RGB value is (102,131,77). Sum of RGB (Red+Green+Blue) = 102+131+77=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #66834D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66834D is #997CB2. Grayscale: #747474. Windows color (decimal): -10058931 or 5079910. OLE color: 5079910.

HSL color Cylindrical-coordinate representation of color #66834D: hue angle of 92.22º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66834D is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 131 77 -
CMYK 0.22 0 0.41 0.49
HSL 92.22º 0.26% 0.41% -
HSV(B) 92.22º 0.41% 0.51% -
XYZ 14.94 19.59 10.02 -
YUV 116.17 105.89 117.89 -
System Red Green Blue C M Y K H S L
Decimal 102 131 77 0.22 0 0.41 0.49 92.22 0.26 0.41
Hex 66 83 4D 16 0 29 31 5C 1A 29
Octal 146 203 115 26 0 51 61 134 32 51
Binary 1100110 10000011 1001101 10110 0 101001 110001 1011100 11010 101001

Color Harmonies of #66834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66834D

Black with #66834D

Text Example


Text Example

White with #66834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66834D; }

 p { color: rgb(102,131,77); }

 H1.HeaderClassName
 {
   color: #66834D;
 }
 .AnyTagClassName
 {
   color: #66834D;
 }
</style>

background-color css

<style>
 a { background-color: #66834D; }

 a { background-color: rgb(102,131,77); }

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

border-color css

<style>
 span { border-color: #66834D; }

 span { border-color: rgb(102,131,77); }

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