Html Css Color HEX #66854F Dingley

📋 copy color: '#66854F'

red 102 ◦ green 133 ◦ blue 79

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

Shades of Dingley #66854F

Tints of Dingley #66854F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.36%

 BLUE value IS 79 (31.25% from 255) = 25.16%

R = 32.48%
G = 42.36%
B = 25.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#66854F (or 0x66854F) is known color: Dingley. HEX triplet: 66, 85 and 4F. RGB value is (102,133,79). Sum of RGB (Red+Green+Blue) = 102+133+79=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #66854F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66854F is #997AB0. Grayscale: #757575. Windows color (decimal): -10058417 or 5211494. OLE color: 5211494.

HSL color Cylindrical-coordinate representation of color #66854F: hue angle of 94.44º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66854F is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 133 79 -
CMYK 0.23 0 0.41 0.48
HSL 94.44º 0.25% 0.42% -
HSV(B) 94.44º 0.41% 0.52% -
XYZ 15.28 20.16 10.48 -
YUV 117.58 106.23 116.89 -
System Red Green Blue C M Y K H S L
Decimal 102 133 79 0.23 0 0.41 0.48 94.44 0.25 0.42
Hex 66 85 4F 17 0 29 30 5E 19 2A
Octal 146 205 117 27 0 51 60 136 31 52
Binary 1100110 10000101 1001111 10111 0 101001 110000 1011110 11001 101010

Color Harmonies of #66854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66854F

Black with #66854F

Text Example


Text Example

White with #66854F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66854F; }

 p { color: rgb(102,133,79); }

 H1.HeaderClassName
 {
   color: #66854F;
 }
 .AnyTagClassName
 {
   color: #66854F;
 }
</style>

background-color css

<style>
 a { background-color: #66854F; }

 a { background-color: rgb(102,133,79); }

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

border-color css

<style>
 span { border-color: #66854F; }

 span { border-color: rgb(102,133,79); }

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