Html Css Color HEX #66834C Dingley

📋 copy color: '#66834C'

red 102 ◦ green 131 ◦ blue 76

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

Shades of Dingley #66834C

Tints of Dingley #66834C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.6%

R = 33.01%
G = 42.39%
B = 24.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#66834C (or 0x66834C) is known color: Dingley. HEX triplet: 66, 83 and 4C. RGB value is (102,131,76). Sum of RGB (Red+Green+Blue) = 102+131+76=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #66834C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66834C is #997CB3. Grayscale: #747474. Windows color (decimal): -10058932 or 5014374. OLE color: 5014374.

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

Color convert

RGB 102 131 76 -
CMYK 0.22 0 0.42 0.49
HSL 91.64º 0.27% 0.41% -
HSV(B) 91.64º 0.42% 0.51% -
XYZ 14.9 19.58 9.83 -
YUV 116.06 105.39 117.97 -
System Red Green Blue C M Y K H S L
Decimal 102 131 76 0.22 0 0.42 0.49 91.64 0.27 0.41
Hex 66 83 4C 16 0 2A 31 5C 1B 29
Octal 146 203 114 26 0 52 61 134 33 51
Binary 1100110 10000011 1001100 10110 0 101010 110001 1011100 11011 101001

Color Harmonies of #66834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66834C

Black with #66834C

Text Example


Text Example

White with #66834C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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